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
- Defines the email entity class.
Namespace
Drupal\commerce_email\EntityCode
public function getTo() {
return $this->to;
}