You are here

public function QueuedEmail::getTo in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/QueuedEmail.php \Drupal\workbench_email\QueuedEmail::getTo()

Gets value of to.

Return value

string Value of to

File

src/QueuedEmail.php, line 73

Class

QueuedEmail
A value object for queued email.

Namespace

Drupal\workbench_email

Code

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