interface MailableInterface

Methods

string
getEmailView()

Get the name of the view to construct a notification email with.

string
getEmailSubject(TranslatorInterface $translator)

Get the subject line for a notification email.

Details

string getEmailView()

Get the name of the view to construct a notification email with.

Return Value

string

string getEmailSubject(TranslatorInterface $translator)

Get the subject line for a notification email.

Parameters

TranslatorInterface $translator

Return Value

string