You are here

public function EmailInterface::getModule in Easy Email 8

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

Gets the email module.

Return value

string The module.

1 method overrides EmailInterface::getModule()
Email::getModule in modules/easy_email_override/src/Plugin/Email/Email.php
Gets the email module.

File

modules/easy_email_override/src/Plugin/Email/EmailInterface.php, line 28

Class

EmailInterface

Namespace

Drupal\easy_email_override\Plugin\Email

Code

public function getModule();