constant 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

40 uses of MENU_CALLBACK

File

drupal/core/includes/menu.inc, line 154
API for the Drupal menu system.

Code

const MENU_CALLBACK = 0x0;