public function WebformEmailProviderInterface::getMailPluginId in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformEmailProviderInterface.php \Drupal\webform\WebformEmailProviderInterface::getMailPluginId()
Get the mail back-end plugin id.
Return value
string The email handler plugin id.
1 method overrides WebformEmailProviderInterface::getMailPluginId()
- WebformEmailProvider::getMailPluginId in src/
WebformEmailProvider.php - Get the mail back-end plugin id.
File
- src/
WebformEmailProviderInterface.php, line 71
Class
- WebformEmailProviderInterface
- Defines the interface for webform email provider.
Namespace
Drupal\webformCode
public function getMailPluginId();