public function MailhandlerComment::defaultConfiguration in Mailhandler 8
File
- mailhandler_comment/
src/ Plugin/ inmail/ Handler/ MailhandlerComment.php, line 183
Class
- MailhandlerComment
- Message handler that supports posting comments via email.
Namespace
Drupal\mailhandler_comment\Plugin\inmail\HandlerCode
public function defaultConfiguration() {
return [
'entity_type' => 'node',
];
}