protected function DomainLangNegotiationConfigureForm::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 NegotiationConfigureForm::getEditableConfigNames
File
- src/
Form/ DomainLangNegotiationConfigureForm.php, line 101
Class
- DomainLangNegotiationConfigureForm
- Configure the selected language negotiation method for this site.
Namespace
Drupal\domain_lang\FormCode
protected function getEditableConfigNames() {
return [
'language.types',
$this->languageTypesConfig,
];
}