menu_item_link

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Functions that call menu_item_link()

Namesort iconLocationDescription
menu_get_active_breadcrumbdrupal/includes/menu.incReturns an array of rendered menu items in the active breadcrumb trail.
menu_get_active_breadcrumbdrupal/includes/menu.incReturns an array of rendered menu items in the active breadcrumb trail.
menu_item_linkdrupal/includes/menu.incReturns the rendered link to a menu item.
menu_primary_linksdrupal/includes/menu.incReturns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different...
menu_primary_linksdrupal/includes/menu.incReturns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different...
theme_menu_itemdrupal/includes/menu.incGenerate the HTML output for a single menu item.
theme_menu_itemdrupal/includes/menu.incGenerate the HTML output for a single menu item.
theme_menu_local_taskdrupal/includes/menu.incGenerate the HTML representing a given menu item ID as a tab.
theme_menu_local_taskdrupal/includes/menu.incGenerate the HTML representing a given menu item ID as a tab.

Functions called by menu_item_link()

Namesort iconLocationDescription
menu_get_itemdrupal/includes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_get_itemdrupal/includes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_item_linkdrupal/includes/menu.incReturns the rendered link to a menu item.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.