You are here

protected property LinkUri::$entityTypeManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php \Drupal\menu_link_content\Plugin\migrate\process\LinkUri::entityTypeManager
  2. 9 core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php \Drupal\menu_link_content\Plugin\migrate\process\LinkUri::entityTypeManager

The entity type manager, used to fetch entity link templates.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php, line 53

Class

LinkUri
Generates an internal URI from the source value.

Namespace

Drupal\menu_link_content\Plugin\migrate\process

Code

protected $entityTypeManager;