public function WebformEmailProviderInterface::getModuleName in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformEmailProviderInterface.php \Drupal\webform\WebformEmailProviderInterface::getModuleName()
Get the HTML email provider human readable module name.
Return value
bool|string The HTML email provider module name.
1 method overrides WebformEmailProviderInterface::getModuleName()
- WebformEmailProvider::getModuleName in src/
WebformEmailProvider.php - Get the HTML email provider human readable module name.
File
- src/
WebformEmailProviderInterface.php, line 52
Class
- WebformEmailProviderInterface
- Defines the interface for webform email provider.
Namespace
Drupal\webformCode
public function getModuleName();