MENU_SUGGESTED_ITEM

  1. drupal
    1. 4.6 includes/menu.inc
    2. 4.7 includes/menu.inc
    3. 5 includes/menu.inc
    4. 6 includes/menu.inc
    5. 7 includes/menu.inc
    6. 8 core/includes/menu.inc

Modules may "suggest" menu items that the administrator may enable. They act just as callbacks do until enabled, at which time they act like normal items.

File

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

Code

define('MENU_SUGGESTED_ITEM', MENU_MODIFIABLE_BY_ADMIN | MENU_VISIBLE_IN_BREADCRUMB)

Related topics

Login or register to post comments