You are here

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

Code

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