You are here

protected property EntityOperations::$entityTypeManager in Drupal 8

Same name in this branch
  1. 8 core/modules/content_moderation/src/EntityOperations.php \Drupal\content_moderation\EntityOperations::entityTypeManager
  2. 8 core/modules/workspaces/src/EntityOperations.php \Drupal\workspaces\EntityOperations::entityTypeManager
  3. 8 core/modules/views/src/Plugin/views/field/EntityOperations.php \Drupal\views\Plugin\views\field\EntityOperations::entityTypeManager
Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/EntityOperations.php \Drupal\views\Plugin\views\field\EntityOperations::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/views/src/Plugin/views/field/EntityOperations.php, line 38

Class

EntityOperations
Renders all operations links for an entity.

Namespace

Drupal\views\Plugin\views\field

Code

protected $entityTypeManager;