You are here

protected property DefaultMediaSelectionProcessor::$entityTypeManager in Gutenberg 8.2

Same name and namespace in other branches
  1. 8 src/MediaSelectionProcessor/DefaultMediaSelectionProcessor.php \Drupal\gutenberg\MediaSelectionProcessor\DefaultMediaSelectionProcessor::entityTypeManager

Entity type manager instance.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/MediaSelectionProcessor/DefaultMediaSelectionProcessor.php, line 19

Class

DefaultMediaSelectionProcessor
Handles default processing for media library selection.

Namespace

Drupal\gutenberg\MediaSelectionProcessor

Code

protected $entityTypeManager;