You are here

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

Set the config object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory object.

Return value

$this

File

src/Form/AmazonSesTestForm.php, line 86

Class

AmazonSesTestForm
Amazon SES test form.

Namespace

Drupal\amazon_ses\Form

Code

protected function setConfig(ConfigFactoryInterface $config_factory) {
  $this->config = $config_factory
    ->get('amazon_ses.settings');
  return $this;
}