Community Documentation

MENU_CALLBACK

  1. drupal
    1. 4.6 menu.inc
    2. 4.7 menu.inc
    3. 5 menu.inc
    4. 6 menu.inc
    5. 7 menu.inc
    6. 8 menu.inc

Callbacks simply register a path so that the correct function is fired when the URL is accessed. They are not shown in the menu.

File

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

Code

<?php
define('MENU_CALLBACK', MENU_VISIBLE_IN_BREADCRUMB)
?>

Related topics

Login or register to post comments