You are here

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

Email
Defines the email entity class.

Namespace

Drupal\commerce_email\Entity

Code

public function getSubject() {
  return $this->subject;
}