You are here

protected property WorkspaceSwitcherBlock::$entityTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php \Drupal\workspaces\Plugin\Block\WorkspaceSwitcherBlock::entityTypeManager
  2. 10 core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php \Drupal\workspaces\Plugin\Block\WorkspaceSwitcherBlock::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php, line 35

Class

WorkspaceSwitcherBlock
Provides a 'Workspace switcher' block.

Namespace

Drupal\workspaces\Plugin\Block

Code

protected $entityTypeManager;