Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php \Drupal\Core\Form\ConfigFormBaseTrait::getEditableConfigNames()
  2. 9 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.

1 call to ConfigFormBaseTrait::getEditableConfigNames()
ConfigFormBaseTrait::config in core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php
Retrieves a configuration object.
6 methods override ConfigFormBaseTrait::getEditableConfigNames()
ConfiguredTrait::getEditableConfigNames in core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php
Gets the configuration names that will be editable.
ContactFormEditForm::getEditableConfigNames in core/modules/contact/src/ContactFormEditForm.php
Gets the configuration names that will be editable.
CronForm::getEditableConfigNames in core/modules/system/src/Form/CronForm.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.
RedundantEditableConfigNamesTrait::getEditableConfigNames in core/lib/Drupal/Core/Form/RedundantEditableConfigNamesTrait.php
Gets the configuration names that will be editable.

... See full list

File

core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php, line 67

Class

ConfigFormBaseTrait
Provides access to configuration for forms.

Namespace

Drupal\Core\Form

Code

protected abstract function getEditableConfigNames();