You are here

protected property WorkbenchEmailProcessor::$entityTypeManager in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/QueueWorker/WorkbenchEmailProcessor.php \Drupal\workbench_email\Plugin\QueueWorker\WorkbenchEmailProcessor::entityTypeManager

Entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/QueueWorker/WorkbenchEmailProcessor.php, line 68

Class

WorkbenchEmailProcessor
Sends emails notifications for workbench events.

Namespace

Drupal\workbench_email\Plugin\QueueWorker

Code

protected $entityTypeManager;