MENU_MAX_PARTS
The maximum number of path elements for a menu callback
Related topics
4 uses of MENU_MAX_PARTS
- menu_get_item in includes/
menu.inc - Gets a router item.
- menu_link_save in includes/
menu.inc - Saves a menu link.
- _menu_find_router_path in includes/
menu.inc - Finds the router path which will serve this path.
- _menu_router_build in includes/
menu.inc - Builds the router table based on the data from hook_menu().
File
-
includes/
menu.inc, line 272
Code
define('MENU_MAX_PARTS', 9);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.