You are here

protected property MenuLinkContentDeriver::$menuLinkManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php \Drupal\menu_link_content\Plugin\Deriver\MenuLinkContentDeriver::menuLinkManager

The menu link manager.

Type: \Drupal\Core\Menu\MenuLinkManagerInterface

File

core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php, line 31

Class

MenuLinkContentDeriver
Provides a deriver for user entered paths of menu links.

Namespace

Drupal\menu_link_content\Plugin\Deriver

Code

protected $menuLinkManager;