MENU_CUSTOM_ITEM

Definition

drupal/includes/menu.inc

Description

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

Related topics

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

Code