constant MENU_CALLBACK in Drupal 5
Same name and namespace in other branches
- 4 includes/menu.inc \MENU_CALLBACK
- 6 includes/menu.inc \MENU_CALLBACK
- 7 includes/menu.inc \MENU_CALLBACK
Callbacks simply register a path so that the correct function is fired when the URL is accessed. They are not shown in the menu.
Related topics
23 uses of MENU_CALLBACK
- aggregator_menu in modules/
aggregator/ aggregator.module - Implementation of hook_menu().
- block_menu in modules/
block/ block.module - Implementation of hook_menu().
- blogapi_menu in modules/
blogapi/ blogapi.module - book_menu in modules/
book/ book.module - Implementation of hook_menu().
- comment_menu in modules/
comment/ comment.module - Implementation of hook_menu().
File
- includes/
menu.inc, line 115 - API for the Drupal menu system.
Code
define('MENU_CALLBACK', MENU_VISIBLE_IN_BREADCRUMB);