function MenuTreeStorageInterface::loadMultiple
Loads multiple plugin definitions from the storage.
Parameters
array $ids: An array of plugin IDs.
Return value
array An array of plugin definition arrays keyed by plugin ID, which are the actual definitions after the loadMultiple() including all those plugins from $ids.
1 method overrides MenuTreeStorageInterface::loadMultiple()
- MenuTreeStorage::loadMultiple in core/
lib/ Drupal/ Core/ Menu/ MenuTreeStorage.php - Loads multiple plugin definitions from the storage.
File
-
core/
lib/ Drupal/ Core/ Menu/ MenuTreeStorageInterface.php, line 60
Class
- MenuTreeStorageInterface
- Defines an interface for storing a menu tree containing menu link IDs.
Namespace
Drupal\Core\MenuCode
public function loadMultiple(array $ids);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.