You are here

protected function RegisteringUserForm::getEditableConfigNames in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Form/RegisteringUserForm.php \Drupal\sendinblue\Form\RegisteringUserForm::getEditableConfigNames()

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/RegisteringUserForm.php, line 139

Class

RegisteringUserForm
Class Form "Register user in Sib list during registration" on login SiB page.

Namespace

Drupal\sendinblue\Form

Code

protected function getEditableConfigNames() {
  return [
    SendinblueManager::CONFIG_SETTINGS_REGISTERING_USER,
  ];
}