You are here

protected function AdminSettingsForm::getConfigKeys in Mass Contact 8

Get config keys to save.

Return value

string[] An array of config keys to save.

Overrides SettingsFormBase::getConfigKeys

File

src/Form/AdminSettingsForm.php, line 24

Class

AdminSettingsForm
Admin settings form for Mass Contact.

Namespace

Drupal\mass_contact\Form

Code

protected function getConfigKeys() {
  return [
    'form_information',
    'recipient_limit',
    'send_with_cron',
    'optout_enabled',
    'create_archive_copy',
    'hourly_threshold',
    'category_display',
  ];
}