You are here

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

Email
Defines the email entity class.

Namespace

Drupal\commerce_email\Entity

Code

public function getFrom() {
  return $this->from;
}