You are here

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\Handler

Code

public function help() {
  return [
    '#type' => 'item',
    '#markup' => $this
      ->t('Post comments via email.'),
  ];
}