You are here

public function MailhandlerNode::defaultConfiguration in Mailhandler 8

File

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

Class

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

Namespace

Drupal\mailhandler\Plugin\inmail\Handler

Code

public function defaultConfiguration() {
  return [
    'content_type' => '',
  ];
}