MENU_LOCAL_TASK
Definition
Description
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
| Name | Description |
|---|---|
| Menu system | Define the navigation menus, and route page requests to code based on URLs. |
Code
<?php
define('MENU_LOCAL_TASK', MENU_IS_LOCAL_TASK);
?> 