public MenuTreeStorageInterface::countMenuLinks($menu_name = NULL)
Counts the total number of menu links in one menu or all menus.
string $menu_name: (optional) The menu name to count by. Defaults to all menus.
int The number of menu links in the named menu, or in all menus if the menu name is NULL.
public function countMenuLinks($menu_name = NULL);
© 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::countMenuLinks/8.1.x