MENU_CUSTOM_MENU

  1. drupal
    1. 4.6 includes/menu.inc
    2. 4.7 includes/menu.inc
    3. 5 includes/menu.inc

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

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)

Related topics

Login or register to post comments