You are here

protected function NegotiationLanguageSelectionPageForm::getEditableConfigNames in Language Selection Page 8.2

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.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

src/Form/NegotiationLanguageSelectionPageForm.php, line 136

Class

NegotiationLanguageSelectionPageForm
Configure the Language Selection Page language negotiation method.

Namespace

Drupal\language_selection_page\Form

Code

protected function getEditableConfigNames() {
  return [
    'language_selection_page.negotiation',
  ];
}