You are here

protected property SystemMenuBlock::$menuStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php \Drupal\system\Plugin\Derivative\SystemMenuBlock::menuStorage

The menu storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php, line 22

Class

SystemMenuBlock
Provides block plugin definitions for custom menus.

Namespace

Drupal\system\Plugin\Derivative

Code

protected $menuStorage;