You are here

public function Email::getTo in Commerce Email 8

Gets the "to" address.

Return value

string The "to" address.

Overrides EmailInterface::getTo

File

src/Entity/Email.php, line 215

Class

Email
Defines the email entity class.

Namespace

Drupal\commerce_email\Entity

Code

public function getTo() {
  return $this->to;
}