constant MENU_SUGGESTED_ITEM in Drupal 4
Same name and namespace in other branches
- 5 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
10 uses of MENU_SUGGESTED_ITEM
- archive_menu in modules/
archive.module - Implementation of hook_menu().
- blog_menu in modules/
blog.module - Implementation of hook_menu().
- book_menu in modules/
book.module - Implementation of hook_menu().
- contact_menu in modules/
contact.module - Implementation of hook_menu().
- drupal_menu in modules/
drupal.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);