constant MENU_LOCAL_TASK

Same name and namespace in other branches
  1. 6.x drupal-6.x/includes/menu.inc \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

Archivo

drupal-7.x/includes/menu.inc, line 170
API for the Drupal menu system.

Código

define('MENU_LOCAL_TASK', MENU_IS_LOCAL_TASK | MENU_VISIBLE_IN_BREADCRUMB)