constant MENU_LOCAL_ACTION

Menu type -- An action specific to the parent, usually rendered as a link.

Local actions are menu items that describe actions on the parent item such as adding a new user, taxonomy term, etc.

Related topics

File

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

Code

define('MENU_LOCAL_ACTION', MENU_IS_LOCAL_TASK | MENU_IS_LOCAL_ACTION | MENU_VISIBLE_IN_BREADCRUMB)

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!menu.inc/constant/MENU_LOCAL_ACTION/7.x