public function SchemeForm::getEditableConfigNames in Taxonomy Access Control Lite 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/ SchemeForm.php, line 21
Class
- SchemeForm
- Builds the scheme configuration form.
Namespace
Drupal\tac_lite\FormCode
public function getEditableConfigNames() {
return [
'tac_lite.settings',
];
}