You are here

protected property SystemMenuBlock::$menuTree in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Plugin/Block/SystemMenuBlock.php \Drupal\system\Plugin\Block\SystemMenuBlock::menuTree

The menu link tree service.

Type: \Drupal\Core\Menu\MenuLinkTreeInterface

File

core/modules/system/src/Plugin/Block/SystemMenuBlock.php, line 34

Class

SystemMenuBlock
Provides a generic Menu block.

Namespace

Drupal\system\Plugin\Block

Code

protected $menuTree;