public function EmailInterface::getFrom in Commerce Email 8
Gets the "from" address.
Return value
string The "from" address.
1 method overrides EmailInterface::getFrom()
- Email::getFrom in src/
Entity/ Email.php - Gets the "from" address.
File
- src/
Entity/ EmailInterface.php, line 67
Class
- EmailInterface
- @todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?
Namespace
Drupal\commerce_email\EntityCode
public function getFrom();