You are here

constant MENU_NORMAL_ITEM in Drupal 5

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_NORMAL_ITEM
  2. 6 includes/menu.inc \MENU_NORMAL_ITEM
  3. 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

10 uses of MENU_NORMAL_ITEM
blogapi_menu in modules/blogapi/blogapi.module
forum_menu in modules/forum/forum.module
Implementation of hook_menu().
node_menu in modules/node/node.module
Implementation of hook_menu().
search_menu in modules/search/search.module
Implementation of hook_menu().
statistics_menu in modules/statistics/statistics.module
Implementation of hook_menu().

... See full list

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);