You are here

protected function BootstrapSiteAlertConfig::getEditableConfigNames in Bootstrap Site Alert 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/BootstrapSiteAlertConfig.php, line 16

Class

BootstrapSiteAlertConfig
Class BootstrapSiteAlertConfig.

Namespace

Drupal\bootstrap_site_alert\Form

Code

protected function getEditableConfigNames() {
  return [
    'bootstrap_site_alert.config',
  ];
}