You are here

public function EmailInterface::getTargetEntityTypeId in Commerce Email 8

Gets the target entity type ID.

This is the entity type for which the email will be built. For example, "commerce_order".

Return value

string The target entity type ID.

1 method overrides EmailInterface::getTargetEntityTypeId()
Email::getTargetEntityTypeId in src/Entity/Email.php
Gets the target entity type ID.

File

src/Entity/EmailInterface.php, line 49

Class

EmailInterface
@todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?

Namespace

Drupal\commerce_email\Entity

Code

public function getTargetEntityTypeId();