constant MENU_LOCAL_TASK

Menu type -- A task specific to the parent item, usually rendered as a tab.

Local tasks are 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

30 uses of MENU_LOCAL_TASK
aggregator_menu in drupal/core/modules/aggregator/aggregator.module
Implements hook_menu().
batch_test_menu in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Implements hook_menu().
block_menu in drupal/core/modules/block/block.module
Implements hook_menu().
book_menu in drupal/core/modules/book/book.module
Implements hook_menu().
comment_menu in drupal/core/modules/comment/comment.module
Implements hook_menu().

... See full list

File

drupal/core/includes/menu.inc, line 173
API for the Drupal menu system.

Code

define('MENU_LOCAL_TASK', MENU_IS_LOCAL_TASK | MENU_VISIBLE_IN_BREADCRUMB);