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 |
|---|---|---|---|
| #2 | action-2071485-2.patch | 5.5 KB | tim.plunkett |
| #1 | action-2071485-1.patch | 3.03 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettComment #2
tim.plunkettBad regex :(
Comment #3
jibranThis is simple swap for
tto$this->tso I think it is safe to RTBC.Comment #5
jibran#2: action-2071485-2.patch queued for re-testing.
Comment #6
jibranBack to RTBC.
Comment #7
alexpottCommitted 9c8dc93 and pushed to 8.x. Thanks!
Comment #8.0
(not verified) commentedAdd link to meta issue