You are here

public function MenuTreeStorageInterface::load in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php \Drupal\Core\Menu\MenuTreeStorageInterface::load()

Loads a menu link plugin definition from the storage.

Parameters

string $id: The menu link plugin ID.

Return value

array|FALSE The plugin definition, or FALSE if no definition was found for the ID.

1 method overrides MenuTreeStorageInterface::load()
MenuTreeStorage::load in core/lib/Drupal/Core/Menu/MenuTreeStorage.php
Loads a menu link plugin definition from the storage.

File

core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php, line 53
Contains \Drupal\Core\Menu\MenuTreeStorageInterface.

Class

MenuTreeStorageInterface
Defines an interface for storing a menu tree containing menu link IDs.

Namespace

Drupal\Core\Menu

Code

public function load($id);