constant MENU_IS_LOCAL_TASK in Drupal 4
Same name and namespace in other branches
- 5 includes/menu.inc \MENU_IS_LOCAL_TASK
- 6 includes/menu.inc \MENU_IS_LOCAL_TASK
- 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.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);