Same name and namespace in other branches
  1. 4.6.x includes/menu.inc \MENU_IS_LOCAL_TASK
  2. 4.7.x includes/menu.inc \MENU_IS_LOCAL_TASK
  3. 5.x includes/menu.inc \MENU_IS_LOCAL_TASK
  4. 6.x includes/menu.inc \MENU_IS_LOCAL_TASK

Internal menu flag -- menu item is a local task.

Related topics

3 uses of MENU_IS_LOCAL_TASK
menu_get_active_title in includes/menu.inc
Gets the title of the current page, as determined by the active trail.
menu_local_tasks in includes/menu.inc
Collects the local tasks (tabs), action links, and the root path.
_menu_router_build in includes/menu.inc
Builds the router table based on the data from hook_menu().

File

includes/menu.inc, line 116
API for the Drupal menu system.

Code

define('MENU_IS_LOCAL_TASK', 0x80);