You are here

constant MENU_CREATED_BY_ADMIN in Drupal 5

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_CREATED_BY_ADMIN
  2. 6 includes/menu.inc \MENU_CREATED_BY_ADMIN
  3. 7 includes/menu.inc \MENU_CREATED_BY_ADMIN

Related topics

6 uses of MENU_CREATED_BY_ADMIN
menu_edit_item_form in modules/menu/menu.module
Present the menu item editing form.
menu_overview_tree in modules/menu/menu.module
Present the menu tree, rendered along with links to edit menu items.
menu_overview_tree_rows in modules/menu/menu.module
_menu_append_contextual_items in includes/menu.inc
Account for menu items that are only defined at certain paths, so will not be cached.
_menu_build in includes/menu.inc
Build the menu by querying both modules and the database.

... See full list

File

includes/menu.inc, line 81
API for the Drupal menu system.

Code

define('MENU_CREATED_BY_ADMIN', 0x40);