You are here

public function WebformEmailProviderInterface::moduleEnabled in Webform 6.x

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

Determine if mail module is installed and enabled.

Parameters

string $module: Mail module name.

Return value

bool TRUE if mail module is installed and enabled.

1 method overrides WebformEmailProviderInterface::moduleEnabled()
WebformEmailProvider::moduleEnabled in src/WebformEmailProvider.php
Determine if mail module is installed and enabled.

File

src/WebformEmailProviderInterface.php, line 63

Class

WebformEmailProviderInterface
Defines the interface for webform email provider.

Namespace

Drupal\webform

Code

public function moduleEnabled($module);