You are here

public function WebformEmailProviderInterface::getModule in Webform 6.x

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

Get the HTML email provider module machine name.

Return value

bool|string The HTML email provider module machine name.

1 method overrides WebformEmailProviderInterface::getModule()
WebformEmailProvider::getModule in src/WebformEmailProvider.php
Get the HTML email provider module machine name.

File

src/WebformEmailProviderInterface.php, line 44

Class

WebformEmailProviderInterface
Defines the interface for webform email provider.

Namespace

Drupal\webform

Code

public function getModule();