Skip to content
Snippets Groups Projects

Fix 12 'un' words

Closed quietone requested to merge issue/drupal-3412959:3412959-fix-12-un into 11.x
3 unresolved threads
Files
27
@@ -307,8 +307,8 @@ public function prepareForm($form_id, &$form, FormStateInterface &$form_state);
* run before user input for its child elements is processed, and because of
* the Form API security of user input processing with respect to #access and
* #disabled described above, this generally means that #process functions
* should not use an element's (unvalidated) #value to affect the #disabled or
* #access of child elements. Use-cases where a developer may be tempted to
* should not use an element's (non validated) #value to affect the #disabled
* or #access of child elements. Use-cases where a developer may be tempted to
* implement such conditional logic usually fall into one of two categories:
* - Where user input from the current submission must affect the structure of
* a form, including properties like #access and #disabled that affect how
Loading