protected function SettingsForm::getEditableConfigNames in Field Encryption 3.0.x
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/ SettingsForm.php, line 70
Class
- SettingsForm
- Form builder for the field_encrypt settings admin page.
Namespace
Drupal\field_encrypt\FormCode
protected function getEditableConfigNames() {
return [
'field_encrypt.settings',
];
}