Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MenuLinkManagerInterface.php

function MenuLinkManagerInterface::countMenuLinks

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.

1 method overrides MenuLinkManagerInterface::countMenuLinks()
MenuLinkManager::countMenuLinks in core/lib/Drupal/Core/Menu/MenuLinkManager.php
Counts the total number of menu links.

File

core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php, line 146

Class

MenuLinkManagerInterface
Defines an interface for managing menu links and storing their definitions.

Namespace

Drupal\Core\Menu

Code

public function countMenuLinks($menu_name = NULL);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal