ConfigFormBase::CONFIG_KEY_TO_FORM_ELEMENT_MAP
Same name in other branches
- 10 core/lib/Drupal/Core/Form/ConfigFormBase.php \Drupal\Core\Form\ConfigFormBase::CONFIG_KEY_TO_FORM_ELEMENT_MAP
The $form_state key which stores a map of config keys to form elements.
This map is generated and stored by ::storeConfigKeyToFormElementMap(), which is one of the form's #after_build callbacks.
See also
::storeConfigKeyToFormElementMap()
File
-
core/
lib/ Drupal/ Core/ Form/ ConfigFormBase.php, line 34
Class
- ConfigFormBase
- Base class for implementing system configuration forms.
Namespace
Drupal\Core\FormCode
protected const CONFIG_KEY_TO_FORM_ELEMENT_MAP = 'config_targets';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.