You are here

protected property ExtractorQueue::$entityTypeManager in Search API attachments 9.0.x

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

Entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/QueueWorker/ExtractorQueue.php, line 41

Class

ExtractorQueue
Processes Tasks for Search API Attachments.

Namespace

Drupal\search_api_attachments\Plugin\QueueWorker

Code

protected $entityTypeManager;