You are here

protected function ShurlyAnalyticsSettingsForm::getEditableConfigNames in ShURLy 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

shurly_analytics/src/Form/ShurlyAnalyticsSettingsForm.php, line 22

Class

ShurlyAnalyticsSettingsForm

Namespace

Drupal\shurly_analytics\Form

Code

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