You are here

service amazon_ses.handler in Amazon SES 2.0.x

Class

Drupal\amazon_ses\AmazonSesHandler
5 string references to amazon_ses.handler
AmazonSesController::create in src/Controller/AmazonSesController.php
Instantiates a new instance of this class.
AmazonSesFormBase::create in src/Form/AmazonSesFormBase.php
Instantiates a new instance of this class.
AmazonSesHandlerTest::testFailedSend in tests/src/Kernel/AmazonSesHandlerTest.php
Tests that a failed send is handled.
AmazonSesHandlerTest::testSend in tests/src/Kernel/AmazonSesHandlerTest.php
Tests that the handler successfully sends an email.
AmazonSesMailQueue::create in src/Plugin/QueueWorker/AmazonSesMailQueue.php
Creates an instance of the plugin.

File

./amazon_ses.services.yml
amazon_ses.services.yml

View source
  1. class: Drupal\amazon_ses\AmazonSesHandler
  2. arguments:
  3. - '@amazon_ses.client'
  4. - '@logger.channel.amazon_ses'
  5. - '@config.factory'