constant MENU_DYNAMIC_ITEM in Drupal 4
Same name and namespace in other branches
- 5 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.module - Implementation of hook_menu().
- 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);