public function EasyEmailInterface::getFromAddress in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getFromAddress()
Returns the From email address
Return value
string|null
1 method overrides EasyEmailInterface::getFromAddress()
- EasyEmail::getFromAddress in src/
Entity/ EasyEmail.php - @inheritDoc
File
- src/
Entity/ EasyEmailInterface.php, line 365
Class
- EasyEmailInterface
- Provides an interface for defining Email entities.
Namespace
Drupal\easy_email\EntityCode
public function getFromAddress();