Part of #2072251: [meta] Modernize forms to use FormBase
Updated: Comment #N
Problem/Motivation
Now that #2059245: Add a FormBase class containing useful methods is in, I was looking at old forms that have empty validateForm() methods, or still use Drupal::service() or t().
Proposed resolution
Convert existing FormInterface forms to extend FormBase
Remaining tasks
User interface changes
API changes
Related Issues
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | drupal8-views-module-2078015-6.patch | 1.01 KB | pushpinderchauhan |
Comments
Comment #1
rosk0Comment #2
rosk0For test bot.
Comment #3
rosk0Comment #6
pushpinderchauhan commentedUnable to apply above patch. Please review updated patch.
Comment #7
dawehnerPerfect!
Comment #8
alexpottCommitted 0cf2996 and pushed to 8.x. Thanks!