constant MENU_NORMAL_ITEM in Drupal 4
Same name and namespace in other branches
- 5 includes/menu.inc \MENU_NORMAL_ITEM
- 6 includes/menu.inc \MENU_NORMAL_ITEM
- 7 includes/menu.inc \MENU_NORMAL_ITEM
Normal menu items show up in the menu tree and can be moved/hidden by the administrator. Use this for most menu items. It is the default value if no menu item type is specified.
Related topics
3 uses of MENU_NORMAL_ITEM
- forum_menu in modules/
forum.module - Implementation of hook_menu().
- _menu_append_contextual_items in includes/
menu.inc - Account for menu items that are only defined at certain paths, so will not be cached.
- _menu_build in includes/
menu.inc - Build the menu by querying both modules and the database.
File
- includes/
menu.inc, line 102 - API for the Drupal menu system.
Code
define('MENU_NORMAL_ITEM', MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IN_BREADCRUMB | MENU_MODIFIABLE_BY_ADMIN);