MENU_MODIFIED_BY_ADMIN

Definition

drupal/includes/menu.inc

Description

Internal menu flag -- menu item can be modified by administrator.

Related topics

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

Code

define('MENU_MODIFIED_BY_ADMIN', 0x0020);