constant MENU_LINKS_TO_PARENT

Internal menu flag -- menu item links back to its parent.

Related topics

4 uses of MENU_LINKS_TO_PARENT
DesignTestController::categoryPage in drupal/core/modules/system/tests/modules/design_test/lib/Drupal/design_test/Controller/DesignTestController.php
Menu for a category listing page.
menu_get_active_breadcrumb in drupal/core/includes/menu.inc
Gets the breadcrumb for the current page, as determined by the active trail.
menu_local_tasks in drupal/core/includes/menu.inc
Collects the local tasks (tabs), action links, and the root path.
menu_set_active_trail in drupal/core/includes/menu.inc
Sets the active trail (path to the menu tree root) of the current page.

File

drupal/core/includes/menu.inc, line 111
API for the Drupal menu system.

Code

const MENU_LINKS_TO_PARENT = 0x8;