Internal menu flag -- menu item links back to its parent.
drupal/includes/menu.inc, line 99
<?php
define('MENU_LINKS_TO_PARENT', 0x0008)
?>
Related topics
- Menu system
- Define the navigation menus, and route page requests to code based on URLs.
- Menu flags
- Flags for use in the "type" attribute of menu items.