You are here

protected function GAPushFormValidateSettingsForm::getEditableConfigNames in GA Push 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

modules/form_validate/src/Form/GAPushFormValidateSettingsForm.php, line 58

Class

GAPushFormValidateSettingsForm
Ga Push Validate Settings Form.

Namespace

Drupal\ga_push_form_validate\Form

Code

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