constant MENU_MAX_PARTS

  1. 7.x drupal-7.x/includes/menu.inc MENU_MAX_PARTS
  2. 6.x drupal-6.x/includes/menu.inc MENU_MAX_PARTS

The maximum number of path elements for a menu callback

Related topics

5 uses of MENU_MAX_PARTS
drupal_uninstall_module in drupal-6.x/includes/install.inc
Calls the uninstall function and updates the system table for a given module.
menu_get_item in drupal-6.x/includes/menu.inc
Get a router item.
menu_link_save in drupal-6.x/includes/menu.inc
Save a menu link.
_menu_find_router_path in drupal-6.x/includes/menu.inc
Find the router path which will serve this path.
_menu_router_build in drupal-6.x/includes/menu.inc
Helper function to build the router table based on the data from hook_menu.

File

drupal-6.x/includes/menu.inc, line 163
API for the Drupal menu system.

Code

define('MENU_MAX_PARTS', 7)