constant MENU_SUGGESTED_ITEM in Drupal 5
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_SUGGESTED_ITEM
- 6 includes/menu.inc \MENU_SUGGESTED_ITEM
- 7 includes/menu.inc \MENU_SUGGESTED_ITEM
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.
Related topics
9 uses of MENU_SUGGESTED_ITEM
- blog_menu in modules/
blog/ blog.module - Implementation of hook_menu().
- book_menu in modules/
book/ book.module - Implementation of hook_menu().
- contact_menu in modules/
contact/ contact.module - Implementation of hook_menu().
- drupal_menu in modules/
drupal/ drupal.module - Implementation of hook_menu().
- filter_menu in modules/
filter/ filter.module - Implementation of hook_menu().
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);