You are here

protected function HtaccessGenerateForm::getEditableConfigNames in Htaccess 8.2

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/HtaccessGenerateForm.php, line 34
Administration pages.

Class

HtaccessGenerateForm
Defines a form to configure RSVP List module settings

Namespace

Drupal\htaccess\Form

Code

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