The maximum number of path elements for a menu callback
File
- includes/
menu.inc, line 163 - API for the Drupal menu system.
Code
<?php
define('MENU_MAX_PARTS', 7)
?>
The maximum number of path elements for a menu callback
<?php
define('MENU_MAX_PARTS', 7)
?>