You are here

public function EmailInterface::getSubject in Courier 8

Same name and namespace in other branches
  1. 2.x src/EmailInterface.php \Drupal\courier\EmailInterface::getSubject()

Get the subject for the email.

Return value

string The subject.

1 method overrides EmailInterface::getSubject()
Email::getSubject in src/Entity/Email.php
Get the subject for the email.

File

src/EmailInterface.php, line 61
Contains \Drupal\courier\EmailInterface.

Class

EmailInterface
Provides an interface defining a courier_email entity.

Namespace

Drupal\courier

Code

public function getSubject();