MENU_LOCAL_TASK

  1. drupal
    1. 4.6 includes/menu.inc
    2. 4.7 includes/menu.inc
    3. 5 includes/menu.inc
    4. 6 includes/menu.inc
    5. 7 includes/menu.inc
    6. 8 core/includes/menu.inc

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".

File

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

Code

define('MENU_LOCAL_TASK', MENU_IS_LOCAL_TASK | MENU_VISIBLE_IN_BREADCRUMB)

Related topics

Login or register to post comments