public function EmailInterface::getEmailAddress in Courier 2.x
Same name and namespace in other branches
- 8 src/EmailInterface.php \Drupal\courier\EmailInterface::getEmailAddress()
Get the email address.
Return value
string The email address of the recipient.
1 method overrides EmailInterface::getEmailAddress()
- Email::getEmailAddress in src/
Entity/ Email.php - Get the email address.
File
- src/
EmailInterface.php, line 18
Class
- EmailInterface
- Provides an interface defining a courier_email entity.
Namespace
Drupal\courierCode
public function getEmailAddress();