You are here

abstract protected function ConfigFormBaseTrait::getEditableConfigNames in Drupal 8

Same name and namespace in other branches
  1. 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.
40 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();