MenuTreeStorageInterface::getAllChildIds

public MenuTreeStorageInterface::getAllChildIds($id)

Loads all the IDs for menu links that are below the given ID.

Parameters

string $id: The parent menu link ID.

Return value

array An unordered array of plugin IDs corresponding to all children.

File

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

Class

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

Namespace

Drupal\Core\Menu

Code

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

Please login to continue.