You are here

protected function GeneralSettingsForm::getEditableConfigNames in Restrict Login or Role Access by IP Address 8.4

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/GeneralSettingsForm.php, line 18

Class

GeneralSettingsForm
Class GeneralSettingsForm.

Namespace

Drupal\restrict_by_ip\Form

Code

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