public function Email::getFrom in Commerce Email 8
Gets the "from" address.
Return value
string The "from" address.
Overrides EmailInterface::getFrom
File
- src/
Entity/ Email.php, line 200
Class
- Defines the email entity class.
Namespace
Drupal\commerce_email\EntityCode
public function getFrom() {
return $this->from;
}