public MenuLinkTreeInterface::getExpanded($menu_name, array $parents)
Finds expanded links in a menu given a set of possible parents.
Parameters
string $menu_name: The menu name.
array $parents: One or more parent IDs to match.
Return value
array The menu link IDs that are flagged as expanded in this menu.
File
core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php, line 127
Class
MenuLinkTreeInterface Defines an interface for loading, transforming and rendering menu link trees.
Namespace