interface MailableInterface

Methods

string
getEmailView()

<p>Get the name of the view to construct a notification email with.</p>

string
getEmailSubject(TranslatorInterface $translator)

<p>Get the subject line for a notification email.</p>

Details

string getEmailView()

<p>Get the name of the view to construct a notification email with.</p>

Return Value

string

string getEmailSubject(TranslatorInterface $translator)

<p>Get the subject line for a notification email.</p>

Parameters

TranslatorInterface $translator

Return Value

string