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