You are here

constant MENU_CALLBACK in Drupal 4

Same name and namespace in other branches
  1. 5 includes/menu.inc \MENU_CALLBACK
  2. 6 includes/menu.inc \MENU_CALLBACK
  3. 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().

... See full list

File

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

Code

define('MENU_CALLBACK', MENU_VISIBLE_IN_BREADCRUMB);