You are here

public function YamlFormEmailProviderInterface::getModule in YAML Form 8

Get the HTML email provider module machine name.

Return value

bool|string The HTML email provider module machine name.

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

File

src/YamlFormEmailProviderInterface.php, line 44

Class

YamlFormEmailProviderInterface
Defines the interface for form email provider.

Namespace

Drupal\yamlform

Code

public function getModule();