You are here

public function WebformEmailProviderInterface::check in Webform 6.x

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

Check if the Webform module should provide support for sending HTML emails.

1 method overrides WebformEmailProviderInterface::check()
WebformEmailProvider::check in src/WebformEmailProvider.php
Check if the Webform module should provide support for sending HTML emails.

File

src/WebformEmailProviderInterface.php, line 21

Class

WebformEmailProviderInterface
Defines the interface for webform email provider.

Namespace

Drupal\webform

Code

public function check();