You are here

public function MailhandlerComment::__construct in Mailhandler 8

File

mailhandler_comment/src/Plugin/inmail/Handler/MailhandlerComment.php, line 43

Class

MailhandlerComment
Message handler that supports posting comments via email.

Namespace

Drupal\mailhandler_comment\Plugin\inmail\Handler

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, EntityTypeManager $entity_type_manager) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
  $this->entityTypeManager = $entity_type_manager;
}