MenuLinkManager::countMenuLinks

public function MenuLinkManager::countMenuLinks

public MenuLinkManager::countMenuLinks($menu_name = NULL)

Counts the total number of menu links.

Parameters

string $menu_name: (optional) The menu name to count by. Defaults to all menus.

Return value

int The number of menu links in the named menu, or in all menus if the menu name is NULL.

Overrides MenuLinkManagerInterface::countMenuLinks

File

core/lib/Drupal/Core/Menu/MenuLinkManager.php, line 309

Class

MenuLinkManager
Manages discovery, instantiation, and tree building of menu link plugins.

Namespace

Drupal\Core\Menu

Code

public function countMenuLinks($menu_name = NULL) {
  return $this->treeStorage->countMenuLinks($menu_name);
}

© 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!MenuLinkManager.php/function/MenuLinkManager::countMenuLinks/8.1.x

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部