public function EmailInterface::getEmailAddress in Courier 8
Same name and namespace in other branches
- 2.x 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 23 - Contains \Drupal\courier\EmailInterface.
Class
- EmailInterface
- Provides an interface defining a courier_email entity.
Namespace
Drupal\courierCode
public function getEmailAddress();