protected function SearchExcludeNidForm::getEditableConfigNames in Search exclude nid 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 ConfigFormBaseTrait::getEditableConfigNames
File
- src/
Form/ SearchExcludeNidForm.php, line 80
Class
- SearchExcludeNidForm
- The form to collect nids to be excluded.
Namespace
Drupal\search_exclude_nid\FormCode
protected function getEditableConfigNames() {
return [
'search_exclude_nid.settings',
];
}