You are here

constant MENU_IS_LOCAL_TASK in Drupal 5

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_IS_LOCAL_TASK
  2. 6 includes/menu.inc \MENU_IS_LOCAL_TASK
  3. 7 includes/menu.inc \MENU_IS_LOCAL_TASK

Related topics

3 uses of MENU_IS_LOCAL_TASK
menu_get_active_nontask_item in includes/menu.inc
Returns the ID of the current menu item or, if the current item is a local task, the menu item to which this task is attached.
tracker_menu in modules/tracker/tracker.module
Implementation of hook_menu().
_menu_build_local_tasks in includes/menu.inc
Find all the items in the current local task tree.

File

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

Code

define('MENU_IS_LOCAL_TASK', 0x80);