You are here

public function EmailInterface::setTargetEntityTypeId in Commerce Email 8

Sets the target entity type ID.

Parameters

string $entity_type_id: The target entity type ID.

Return value

$this

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

File

src/Entity/EmailInterface.php, line 59

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 setTargetEntityTypeId($entity_type_id);