You are here

public function EmailInterface::getId 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::getId()

Gets the email ID.

Return value

string The email ID.

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

File

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

Class

EmailInterface

Namespace

Drupal\easy_email_override\Plugin\Email

Code

public function getId();