You are here

public function Email::getModule in Easy Email 8

Same name and namespace in other branches
  1. 2.0.x modules/easy_email_override/src/Plugin/Email/Email.php \Drupal\easy_email_override\Plugin\Email\Email::getModule()

Gets the email module.

Return value

string The module.

Overrides EmailInterface::getModule

File

modules/easy_email_override/src/Plugin/Email/Email.php, line 20

Class

Email
Defines a plugin class for declared emails

Namespace

Drupal\easy_email_override\Plugin\Email

Code

public function getModule() {
  return $this->pluginDefinition['module'];
}