constant MENU_ITEM_GROUPING in Drupal 4
Same name and namespace in other branches
- 5 includes/menu.inc \MENU_ITEM_GROUPING
Item groupings are used for pages like "node/add" that simply list subpages to visit. They are distinguished from other pages in that they will disappear from the menu if no subpages exist.
Related topics
2 uses of MENU_ITEM_GROUPING
- aggregator_menu in modules/
aggregator.module - Implementation of hook_menu().
- node_menu in modules/
node.module - Implementation of hook_menu().
File
- includes/
menu.inc, line 109 - API for the Drupal menu system.
Code
define('MENU_ITEM_GROUPING', MENU_VISIBLE_IF_HAS_CHILDREN | MENU_VISIBLE_IN_BREADCRUMB | MENU_MODIFIABLE_BY_ADMIN);