Same name and namespace in other branches
  1. 4.7.x includes/menu.inc \MENU_CUSTOM_ITEM
  2. 5.x includes/menu.inc \MENU_CUSTOM_ITEM

Custom items are those defined by the administrator. Reserved for internal use; do not return from hook_menu() implementations.

Related topics

File

includes/menu.inc, line 145
API for the Drupal menu system.

Code

define('MENU_CUSTOM_ITEM', MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IN_BREADCRUMB | MENU_CREATED_BY_ADMIN | MENU_MODIFIABLE_BY_ADMIN);