You are here

protected property ContextualBundle::$entityTypeManager in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/filter/ContextualBundle.php \Drupal\entity_browser\Plugin\views\filter\ContextualBundle::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides Bundle::$entityTypeManager

File

src/Plugin/views/filter/ContextualBundle.php, line 30

Class

ContextualBundle
Filter class which allows filtering by entity bundles.

Namespace

Drupal\entity_browser\Plugin\views\filter

Code

protected $entityTypeManager;