You are here

public function WebformEmailProviderInterface::installed in Webform 6.x

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

Code

public function installed();