Internal menu flag -- menu item is a local action.
drupal/includes/menu.inc, line 119
<?php
define('MENU_IS_LOCAL_ACTION', 0x0100)
?>
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.