Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
menu.inc
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant MENU_LINKS_TO_PARENT
Internal menu flag -- menu item links back to its parent.
Related topics
Menu flags
Flags for use in the "type" attribute of menu items.
Menu system
Define the navigation menus, and route page requests to code based on URLs.
3 uses of MENU_LINKS_TO_PARENT
menu_get_active_breadcrumb
in drupal/
includes/
menu.inc
Gets the breadcrumb for the current page, as determined by the active trail.
menu_local_tasks
in drupal/
includes/
menu.inc
Collects the local tasks (tabs), action links, and the root path.
menu_set_active_trail
in drupal/
includes/
menu.inc
Sets the active trail (path to the menu tree root) of the current page.
File
drupal/
includes/
menu.inc
, line 101
API for the Drupal menu system.
Code
define
(
'MENU_LINKS_TO_PARENT'
,
0x8
);