protected function ConfigurationSendinblueForm::getEditableConfigNames in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Form/ConfigurationSendinblueForm.php \Drupal\sendinblue\Form\ConfigurationSendinblueForm::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/ ConfigurationSendinblueForm.php, line 173
Class
- ConfigurationSendinblueForm
- Parameter Form to login SendinBlue.
Namespace
Drupal\sendinblue\FormCode
protected function getEditableConfigNames() {
return [
'sendinblue_form_login.settings',
];
}