You are here

protected function LegalAdminTermsForm::getEditableConfigNames in Legal 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/LegalAdminTermsForm.php \Drupal\legal\Form\LegalAdminTermsForm::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/LegalAdminTermsForm.php, line 78

Class

LegalAdminTermsForm
Settings form for administering content of Terms & Conditions.

Namespace

Drupal\legal\Form

Code

protected function getEditableConfigNames() {
  return [
    'legal.settings',
  ];
}