MENU_DYNAMIC_ITEM

  1. drupal
    1. 4.6 includes/menu.inc
    2. 4.7 includes/menu.inc
    3. 5 includes/menu.inc

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

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)

Related topics

Login or register to post comments