public function MailhandlerComment::help in Mailhandler 8
File
- mailhandler_comment/
src/ Plugin/ inmail/ Handler/ MailhandlerComment.php, line 63
Class
- MailhandlerComment
- Message handler that supports posting comments via email.
Namespace
Drupal\mailhandler_comment\Plugin\inmail\HandlerCode
public function help() {
return [
'#type' => 'item',
'#markup' => $this
->t('Post comments via email.'),
];
}