You are here

protected function Fz152SettingsPage::getEditableConfigNames in FZ152 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/Fz152SettingsPage.php, line 23

Class

Fz152SettingsPage
Configure example settings for this site.

Namespace

Drupal\fz152\Form

Code

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