constant MENU_LOCAL_TASK in Drupal 4
Same name and namespace in other branches
- 5 includes/menu.inc \MENU_LOCAL_TASK
- 6 includes/menu.inc \MENU_LOCAL_TASK
- 7 includes/menu.inc \MENU_LOCAL_TASK
Local tasks are rendered as tabs by default. Use this for menu items that describe actions to be performed on their parent item. An example is the path "node/52/edit", which performs the "edit" task on "node/52".
Related topics
18 uses of MENU_LOCAL_TASK
- aggregator_menu in modules/
aggregator.module - Implementation of hook_menu().
- block_menu in modules/
block.module - Implementation of hook_menu().
- book_menu in modules/
book.module - Implementation of hook_menu().
- comment_menu in modules/
comment.module - Implementation of hook_menu().
- contact_menu in modules/
contact.module - Implementation of hook_menu().
File
- includes/
menu.inc, line 134 - API for the Drupal menu system.
Code
define('MENU_LOCAL_TASK', MENU_IS_LOCAL_TASK);