Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 May 2012 at 23:41 UTC
Updated:
29 Jul 2014 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhodgdonActually, I think the word "use" is missing: Validation handlers can also *use* $form_state...
Comment #2
JSCSJSCS commentedThat does make more sense.
Comment #3
Chaulky commentedAttached the very minor patch to add the missing "use". Included D7 patch since I can't imagine we'll need to go back and forth on this one.
Applies to latest...
D8: commit ca334de86
D7: commit f20658a8
Comment #4
Chaulky commentedForgot to change status
Comment #5
jhodgdonThanks! I'll get this committed shortly. And by the way, it wasn't even necessary to make the 7.x patch, since the 8.x patch would have applied to 7.x just fine (with -p2). :)
Comment #6
jhodgdonCommitted to 8.x/7.x. Thanks again!