constant MENU_CALLBACK

  1. 7.x drupal-7.x/includes/menu.inc MENU_CALLBACK
  2. 6.x drupal-6.x/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

28 uses of MENU_CALLBACK
aggregator_menu in drupal-6.x/modules/aggregator/aggregator.module
Implementation of hook_menu().
block_menu in drupal-6.x/modules/block/block.module
Implementation of hook_menu().
blogapi_menu in drupal-6.x/modules/blogapi/blogapi.module
blog_menu in drupal-6.x/modules/blog/blog.module
Implementation of hook_menu().
book_menu in drupal-6.x/modules/book/book.module
Implementation of hook_menu().

... See full list

File

drupal-6.x/includes/menu.inc, line 112
API for the Drupal menu system.

Code

define('MENU_CALLBACK', MENU_VISIBLE_IN_BREADCRUMB)