- drupal
- 4.6 menu.inc
- 4.7 menu.inc
- 5 menu.inc
- 6 menu.inc
- 7 menu.inc
- 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
- Menu system
- Define the navigation menus, and route page requests to code based on URLs.
- Menu item types
- Definitions for various menu item types.
Login or
register to post comments