constant MENU_CALLBACK

Same name and namespace in other branches
  1. 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

Archivo

drupal-7.x/includes/menu.inc, line 151
API for the Drupal menu system.

Código

define('MENU_CALLBACK', 0x0000)