interface MailableInterface
Methods
string
getEmailSubject(TranslatorInterface $translator)
<p>Get the subject line for a notification email.</p>
Details
at
line 26
array
getEmailViews()
<p>Get the names of the views to construct a notification email with.</p>
<p>To provide the best experience for the user, Flarum expects both a <code>text</code> and <code>html</code> view.</p>
at
line 31
string
getEmailSubject(TranslatorInterface $translator)
<p>Get the subject line for a notification email.</p>