You are here

constant MENU_DYNAMIC_ITEM in Drupal 5

Same name and namespace in other branches
  1. 4 includes/menu.inc \MENU_DYNAMIC_ITEM

Dynamic menu items change frequently, and so should not be stored in the database for administrative customization.

Related topics

2 uses of MENU_DYNAMIC_ITEM
blog_menu in modules/blog/blog.module
Implementation of hook_menu().
user_menu in modules/user/user.module
Implementation of hook_menu().

File

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

Code

define('MENU_DYNAMIC_ITEM', MENU_VISIBLE_IN_TREE | MENU_VISIBLE_IN_BREADCRUMB);