Same name and namespace in other branches
  1. 4.7.x includes/menu.inc \MENU_SUGGESTED_ITEM
  2. 5.x includes/menu.inc \MENU_SUGGESTED_ITEM
  3. 6.x includes/menu.inc \MENU_SUGGESTED_ITEM
  4. 7.x 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

11 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().
drupal_menu in modules/drupal.module
Implementation of hook_menu().
filter_menu in modules/filter.module
Implementation of hook_menu().

... See full list

File

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

Code

define('MENU_SUGGESTED_ITEM', MENU_MODIFIABLE_BY_ADMIN);