You are here

protected function Search404Settings::getEditableConfigNames in Search 404 8

Same name and namespace in other branches
  1. 2.x src/Form/Search404Settings.php \Drupal\search404\Form\Search404Settings::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.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

src/Form/Search404Settings.php, line 16

Class

Search404Settings
Configure settings for search404.

Namespace

Drupal\search404\Form

Code

protected function getEditableConfigNames() {
  return [
    'system.site',
  ];
}