interface MailableInterface

Methods

string|array
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|array getEmailView()

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

Return Value

string|array

string getEmailSubject(TranslatorInterface $translator)

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

Parameters

TranslatorInterface $translator

Return Value

string