public MenuTreeStorageInterface::loadMultiple(array $ids)
Loads multiple plugin definitions from the storage.
array $ids: An array of plugin IDs.
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.
public function loadMultiple(array $ids);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!MenuTreeStorageInterface.php/function/MenuTreeStorageInterface::loadMultiple/8.1.x