You are here

protected function AmazonSesTestForm::getEditableConfigNames in Amazon SES 2.0.x

File

src/Form/AmazonSesTestForm.php, line 102

Class

AmazonSesTestForm
Amazon SES test form.

Namespace

Drupal\amazon_ses\Form

Code

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