constant MENU_CALLBACK in Drupal 4
Same name and namespace in other branches
- 5 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.module - Implementation of hook_menu().
- block_menu in modules/
block.module - Implementation of hook_menu().
- blogapi_menu in modules/
blogapi.module - book_menu in modules/
book.module - Implementation of hook_menu().
- comment_menu in modules/
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);