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
16 uses of MENU_LOCAL_ACTION
- aggregator_menu in modules/
aggregator/ aggregator.module - Implements hook_menu().
- block_menu in modules/
block/ block.module - Implements hook_menu().
- contact_menu in modules/
contact/ contact.module - Implements hook_menu().
- filter_menu in modules/
filter/ filter.module - Implements hook_menu().
- forum_menu in modules/
forum/ forum.module - Implements hook_menu().
File
-
includes/
menu.inc, line 186
Code
define('MENU_LOCAL_ACTION', MENU_IS_LOCAL_TASK | MENU_IS_LOCAL_ACTION | MENU_VISIBLE_IN_BREADCRUMB);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.