You are here

protected property FieldUiLocalAction::$entityTypeManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php \Drupal\field_ui\Plugin\Derivative\FieldUiLocalAction::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php, line 24

Class

FieldUiLocalAction
Provides local action definitions for all entity bundles.

Namespace

Drupal\field_ui\Plugin\Derivative

Code

protected $entityTypeManager;