You are here

abstract protected function ConfigFormBaseTrait::getEditableConfigNames in Drupal 10

Same name and namespace in other branches
  1. 8 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.

36 methods override ConfigFormBaseTrait::getEditableConfigNames()
AccountSettingsForm::getEditableConfigNames in core/modules/user/src/AccountSettingsForm.php
Gets the configuration names that will be editable.
AdvancedSettingsForm::getEditableConfigNames in core/modules/views_ui/src/Form/AdvancedSettingsForm.php
Gets the configuration names that will be editable.
BasicSettingsForm::getEditableConfigNames in core/modules/views_ui/src/Form/BasicSettingsForm.php
Gets the configuration names that will be editable.
BookSettingsForm::getEditableConfigNames in core/modules/book/src/Form/BookSettingsForm.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.

... 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();