MENU_CUSTOM_MENU

Definition

includes/menu.inc

Description

Custom menus 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

<?php
define('MENU_CUSTOM_MENU', MENU_IS_ROOT | MENU_VISIBLE_IN_TREE | MENU_CREATED_BY_ADMIN | MENU_MODIFIABLE_BY_ADMIN);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.