You are here

public function EmailInterface::getTo in Commerce Email 8

Gets the "to" address.

Return value

string The "to" address.

1 method overrides EmailInterface::getTo()
Email::getTo in src/Entity/Email.php
Gets the "to" address.

File

src/Entity/EmailInterface.php, line 85

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 getTo();