constant MENU_CALLBACK
- 7.x drupal-7.x/includes/menu.inc MENU_CALLBACK
- 6.x drupal-6.x/includes/menu.inc MENU_CALLBACK
Menu type -- A hidden, internal callback, typically used for API calls.
Callbacks simply register a path so that the correct function is fired when the URL is accessed. They do not appear in menus or breadcrumbs.
Related topics
36 uses of MENU_CALLBACK
- aggregator_menu in drupal-7.x/
modules/ aggregator/ aggregator.module - Implements hook_menu().
- aggregator_test_menu in drupal-7.x/
modules/ aggregator/ tests/ aggregator_test.module - Implements hook_menu().
- ajax_test_menu in drupal-7.x/
modules/ simpletest/ tests/ ajax_test.module - Implements hook_menu().
- batch_test_menu in drupal-7.x/
modules/ simpletest/ tests/ batch_test.module - Implement hook_menu().
- block_menu in drupal-7.x/
modules/ block/ block.module - Implements hook_menu().
File
- drupal-7.x/
includes/ menu.inc, line 151 - API for the Drupal menu system.
Code
define('MENU_CALLBACK', 0x0000)