Community Documentation

MENU_LOCAL_TASK

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

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

File

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

Code

<?php
define('MENU_LOCAL_TASK', MENU_IS_LOCAL_TASK)
?>

Related topics

Login or register to post comments