constant MENU_CUSTOM_MENU in Drupal 5
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_CUSTOM_MENU
Custom menus are those defined by the administrator. Reserved for internal use; do not return from hook_menu() implementations.
Related topics
1 use of MENU_CUSTOM_MENU
- menu_edit_menu_form in modules/
menu/ menu.module - Menu callback; handle the adding/editing of a new menu.
File
- includes/
menu.inc, line 152 - API for the Drupal menu system.
Code
define('MENU_CUSTOM_MENU', MENU_IS_ROOT | MENU_VISIBLE_IN_TREE | MENU_CREATED_BY_ADMIN | MENU_MODIFIABLE_BY_ADMIN);