public MenuTreeStorageInterface::getSubtreeHeight($id)
Finds the height of a subtree rooted by the given ID.
string $id: The ID of an item in the storage.
int Returns the height of the subtree. This will be at least 1 if the ID exists, or 0 if the ID does not exist in the storage.
public function getSubtreeHeight($id);
© 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::getSubtreeHeight/8.1.x