constant MENU_CUSTOM_ITEM in Drupal 5
Same name and namespace in other branches
- 4 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
2 uses of MENU_CUSTOM_ITEM
- menu_edit_item_form in modules/
menu/ menu.module - Present the menu item editing form.
- menu_form_alter in modules/
menu/ menu.module - Implementation of hook_form_alter(). Add menu item fields to the node form.
File
- includes/
menu.inc, line 146 - 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);