function ConfigFormBaseTrait::getEditableConfigNames
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php \Drupal\Core\Form\ConfigFormBaseTrait::getEditableConfigNames()
- 10 core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php \Drupal\Core\Form\ConfigFormBaseTrait::getEditableConfigNames()
- 8.9.x core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php \Drupal\Core\Form\ConfigFormBaseTrait::getEditableConfigNames()
Gets the configuration names that will be editable.
Return value
array An array of configuration object names that are editable if called in conjunction with the trait's config() method.
10 methods override ConfigFormBaseTrait::getEditableConfigNames()
- JsonApiSettingsForm::getEditableConfigNames in core/
modules/ jsonapi/ src/ Form/ JsonApiSettingsForm.php - Gets the configuration names that will be editable.
- LocaleSettingsForm::getEditableConfigNames in core/
modules/ locale/ src/ Form/ LocaleSettingsForm.php - Gets the configuration names that will be editable.
- MediaSettingsForm::getEditableConfigNames in core/
modules/ media/ src/ Form/ MediaSettingsForm.php - Gets the configuration names that will be editable.
- NegotiationBrowserDeleteForm::getEditableConfigNames in core/
modules/ language/ src/ Form/ NegotiationBrowserDeleteForm.php - Gets the configuration names that will be editable.
- NegotiationBrowserForm::getEditableConfigNames in core/
modules/ language/ src/ Form/ NegotiationBrowserForm.php - Gets the configuration names that will be editable.
File
-
core/
lib/ Drupal/ Core/ Form/ ConfigFormBaseTrait.php, line 67
Class
- ConfigFormBaseTrait
- Provides access to configuration for forms.
Namespace
Drupal\Core\FormCode
abstract protected function getEditableConfigNames();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.