On this page
interface MailManagerInterface
Provides an interface for sending mail.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\Core\Mail\MailManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
File
- core/lib/Drupal/Core/Mail/MailManagerInterface.php, line 10
Namespace
Drupal\Core\MailMembers
| Name | Modifiers | Type | Description |
|---|---|---|---|
| DiscoveryInterface::getDefinition | public | function | Gets a specific plugin definition. |
| DiscoveryInterface::getDefinitions | public | function | Gets the definition of all plugins for this type. |
| DiscoveryInterface::hasDefinition | public | function | Indicates if a specific plugin definition exists. |
| FactoryInterface::createInstance | public | function | Creates a pre-configured instance of a plugin. |
| MailManagerInterface::mail | public | function | Composes and optionally sends an email message. |
| MapperInterface::getInstance | public | function | Gets a preconfigured instance of a plugin. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Mail!MailManagerInterface.php/interface/MailManagerInterface/8.1.x