You are here

public function MenuItemsLinkProviderDeriver::__construct in JSON:API Menu Items 1.1.x

Same name and namespace in other branches
  1. 1.2.x src/Plugin/Derivative/MenuItemsLinkProviderDeriver.php \Drupal\jsonapi_menu_items\Plugin\Derivative\MenuItemsLinkProviderDeriver::__construct()

Constructs new MenuItemsLinkProvider.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $menu_storage: The menu storage.

File

src/Plugin/Derivative/MenuItemsLinkProviderDeriver.php, line 28

Class

MenuItemsLinkProviderDeriver
Provides LinkProvider plugin definitions for custom menus.

Namespace

Drupal\jsonapi_menu_items\Plugin\Derivative

Code

public function __construct(EntityStorageInterface $menu_storage) {
  $this->menuStorage = $menu_storage;
}