Community Documentation

MENU_MAX_PARTS

  1. drupal
    1. 6 menu.inc
    2. 7 menu.inc
    3. 8 menu.inc

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)
?>

Related topics

Login or register to post comments