You are here

public function MailhandlerNode::help in Mailhandler 8

File

src/Plugin/inmail/Handler/MailhandlerNode.php, line 67

Class

MailhandlerNode
Message handler that creates a node from a mail message.

Namespace

Drupal\mailhandler\Plugin\inmail\Handler

Code

public function help() {
  return [
    '#type' => 'item',
    '#markup' => $this
      ->t('Creates a node from a mail message.'),
  ];
}