Problem/Motivation
form_state_values_clean() is one of the few non-theming, non-batch functions left in form.inc
It definitely belongs on FormState
Proposed resolution
Move to FormState
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interdiff.txt | 5.29 KB | tim.plunkett |
| #4 | 2337709-form_state_values_clean-4.patch | 14.87 KB | tim.plunkett |
| #1 | 2337709-form_state_values_clean-1.patch | 10.42 KB | tim.plunkett |
Comments
Comment #1
tim.plunkettI thought I was done with this file, but I missed a spot.
Comment #2
larowlanGreat cleanup
Comment #3
alexpottLet's remove all instances of form_state_values_clean() from comments too so the followup issue will just remove the function. I've linked this issue to the general CR.
Comment #4
tim.plunkettGood point. Just docs fixes.
Comment #5
alexpottCommitted 179e7c2 and pushed to 8.0.x. Thanks!