You are here

abstract protected function SettingsFormBase::getConfigKeys in Mass Contact 8

Get config keys to save.

Return value

string[] An array of config keys to save.

1 call to SettingsFormBase::getConfigKeys()
SettingsFormBase::submitForm in src/Form/SettingsFormBase.php
Form submission handler.
3 methods override SettingsFormBase::getConfigKeys()
AdminSettingsForm::getConfigKeys in src/Form/AdminSettingsForm.php
Get config keys to save.
EmailBodyForm::getConfigKeys in src/Form/EmailBodyForm.php
Get config keys to save.
EmailHeaderForm::getConfigKeys in src/Form/EmailHeaderForm.php
Get config keys to save.

File

src/Form/SettingsFormBase.php, line 19

Class

SettingsFormBase
Settings form base class.

Namespace

Drupal\mass_contact\Form

Code

protected abstract function getConfigKeys();