You are here

protected property ThumbnailDownloader::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/media/src/Plugin/QueueWorker/ThumbnailDownloader.php \Drupal\media\Plugin\QueueWorker\ThumbnailDownloader::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/media/src/Plugin/QueueWorker/ThumbnailDownloader.php, line 26

Class

ThumbnailDownloader
Process a queue of media items to fetch their thumbnails.

Namespace

Drupal\media\Plugin\QueueWorker

Code

protected $entityTypeManager;