public function WebformEmailProviderInterface::uninstall in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformEmailProviderInterface.php \Drupal\webform\WebformEmailProviderInterface::uninstall()
Uninstall webform's PHP mail handler which supports sending HTML emails.
1 method overrides WebformEmailProviderInterface::uninstall()
- WebformEmailProvider::uninstall in src/
WebformEmailProvider.php - Uninstall webform's PHP mail handler which supports sending HTML emails.
File
- src/
WebformEmailProviderInterface.php, line 36
Class
- WebformEmailProviderInterface
- Defines the interface for webform email provider.
Namespace
Drupal\webformCode
public function uninstall();