MENU_IS_LOCAL_TASK

Definition

drupal/includes/menu.inc

Description

Internal menu flag -- menu item is a local task.

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Code

define('MENU_IS_LOCAL_TASK', 0x0080);