You are here

public function WebformEmailProviderInterface::uninstall in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\webform

Code

public function uninstall();