constant 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

6 uses of MENU_NORMAL_ITEM
comment_menu in drupal/core/modules/comment/comment.module
Implements hook_menu().
entity_test_menu in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_menu().
field_test_menu in drupal/core/modules/field/tests/modules/field_test/field_test.module
Implements hook_menu().
field_ui_menu in drupal/core/modules/field_ui/field_ui.module
Implements hook_menu().
PathPluginBase::executeHookMenu in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php
Add this display's path information to Drupal's menu system.

... See full list

File

drupal/core/includes/menu.inc, line 146
API for the Drupal menu system.

Code

define('MENU_NORMAL_ITEM', MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IN_BREADCRUMB);