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