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