Constructs new SystemMenuBlock.
\Drupal\Core\Entity\EntityStorageInterface $menu_storage: The menu storage.
public function __construct(EntityStorageInterface $menu_storage) { $this->menuStorage = $menu_storage; }