Definition

drupal/includes/menu.inc

Description

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

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Code