MENU_NORMAL_ITEM
Menu type -- A "normal" menu item that's shown in menu and breadcrumbs.
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
4 uses of MENU_NORMAL_ITEM
- comment_menu in modules/comment/ comment.module 
- Implements hook_menu().
- field_test_menu in modules/field/ tests/ field_test.module 
- Implements hook_menu().
- field_ui_menu in modules/field_ui/ field_ui.module 
- Implements hook_menu().
- _menu_router_build in includes/menu.inc 
- Builds the router table based on the data from hook_menu().
File
- 
              includes/menu.inc, line 143 
Code
define('MENU_NORMAL_ITEM', MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IN_BREADCRUMB);Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
