You are here

protected function DomainLangNegotiationBrowserDeleteForm::getEditableConfigNames in Domain Lang 8

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 NegotiationBrowserDeleteForm::getEditableConfigNames

File

src/Form/DomainLangNegotiationBrowserDeleteForm.php, line 53

Class

DomainLangNegotiationBrowserDeleteForm
Builds a confirmation form to delete a browser language negotiation mapping.

Namespace

Drupal\domain_lang\Form

Code

protected function getEditableConfigNames() {
  return [
    $this->languageMappingsConfig,
  ];
}