public function WebformEmailProviderInterface::installed in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformEmailProviderInterface.php \Drupal\webform\WebformEmailProviderInterface::installed()
Check if webform email handler is installed.
1 method overrides WebformEmailProviderInterface::installed()
- WebformEmailProvider::installed in src/
WebformEmailProvider.php - Check if webform email handler is installed.
File
- src/
WebformEmailProviderInterface.php, line 26
Class
- WebformEmailProviderInterface
- Defines the interface for webform email provider.
Namespace
Drupal\webformCode
public function installed();