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\HandlerCode
public function defaultConfiguration() {
return [
'content_type' => '',
];
}