public function EmailInterface::getSubject in Commerce Email 8
Gets the subject.
Return value
string The subject.
1 method overrides EmailInterface::getSubject()
- Email::getSubject in src/
Entity/ Email.php - Gets the subject.
File
- src/
Entity/ EmailInterface.php, line 139
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 getSubject();