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);
Please login to continue.