You are here

public function WebformEmailProviderInterface::install in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformEmailProviderInterface.php \Drupal\webform\WebformEmailProviderInterface::install()

Install webform's PHP mail handler which supports sending HTML emails.

1 method overrides WebformEmailProviderInterface::install()
WebformEmailProvider::install in src/WebformEmailProvider.php
Install webform's PHP mail handler which supports sending HTML emails.

File

src/WebformEmailProviderInterface.php, line 31

Class

WebformEmailProviderInterface
Defines the interface for webform email provider.

Namespace

Drupal\webform

Code

public function install();