You are here

public function YamlFormEmailProviderInterface::getMailPluginId in YAML Form 8

Get the mail back-end plugin id.

Return value

string The email handler plugin id.

1 method overrides YamlFormEmailProviderInterface::getMailPluginId()
YamlFormEmailProvider::getMailPluginId in src/YamlFormEmailProvider.php
Get the mail back-end plugin id.

File

src/YamlFormEmailProviderInterface.php, line 60

Class

YamlFormEmailProviderInterface
Defines the interface for form email provider.

Namespace

Drupal\yamlform

Code

public function getMailPluginId();