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
Archivo
- drupal-7.x/
includes/ menu.inc, line 186 - API for the Drupal menu system.
Código
define('MENU_LOCAL_ACTION', MENU_IS_LOCAL_TASK | MENU_IS_LOCAL_ACTION | MENU_VISIBLE_IN_BREADCRUMB)