Same name and namespace in other branches
  1. 4.6.x includes/menu.inc \MENU_DYNAMIC_ITEM
  2. 5.x 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

3 uses of MENU_DYNAMIC_ITEM
blog_menu in modules/blog.module
Implementation of hook_menu().
hook_menu in developer/hooks/core.php
Define menu items and page callbacks.
user_menu in modules/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);