You are here

protected function AsciiArtCaptchaSettingsForm::getEditableConfigNames in CAPTCHA Pack 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

ascii_art_captcha/src/Form/AsciiArtCaptchaSettingsForm.php, line 16

Class

AsciiArtCaptchaSettingsForm
Displays the pants settings form.

Namespace

Drupal\ascii_art_captcha\Form

Code

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