public function AmazonSesHandlerInterface::getIdentities in Amazon SES 2.0.x
Get verified identities.
Return value
array An array of verified indentities.
1 method overrides AmazonSesHandlerInterface::getIdentities()
- AmazonSesHandler::getIdentities in src/
AmazonSesHandler.php - Get verified identities.
File
- src/
AmazonSesHandlerInterface.php, line 27
Class
- AmazonSesHandlerInterface
- Interface for the Amazon SES handler.
Namespace
Drupal\amazon_sesCode
public function getIdentities();