constant MENU_NORMAL_ITEM

  1. 7.x drupal-7.x/includes/menu.inc MENU_NORMAL_ITEM
  2. 6.x drupal-6.x/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

5 uses of MENU_NORMAL_ITEM
blogapi_menu in drupal-6.x/modules/blogapi/blogapi.module
search_menu in drupal-6.x/modules/search/search.module
Implementation of hook_menu().
statistics_menu in drupal-6.x/modules/statistics/statistics.module
Implementation of hook_menu().
upload_menu in drupal-6.x/modules/upload/upload.module
Implementation of hook_menu().
_menu_router_build in drupal-6.x/includes/menu.inc
Helper function to build the router table based on the data from hook_menu.

File

drupal-6.x/includes/menu.inc, line 106
API for the Drupal menu system.

Code

define('MENU_NORMAL_ITEM', MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IN_BREADCRUMB)