MenuTreeStorageInterface::load

public MenuTreeStorageInterface::load($id)

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.

File

core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php, line 47

Class

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

Namespace

Drupal\Core\Menu

Code

public function load($id);
doc_Drupal
2016-10-29 09:27:45
Comments
Leave a Comment

Please login to continue.