Skip to main content
backdrop
Documentation
Documentation and API source code for Backdrop CMS.
Welcome!
Login
constant MENU_MAX_PARTS
Home
»
API reference
»
1.x
»
menu.inc
The maximum number of path elements for a menu callback
Related topics
Menu system
Define the navigation menus, and route page requests to code based on URLs.
Menu tree parameters
Parameters for a menu tree.
4 uses of MENU_MAX_PARTS
menu_get_item
in core/
includes/
menu.inc
Gets a router item.
menu_link_save
in core/
includes/
menu.inc
Saves a menu link.
_menu_find_router_path
in core/
includes/
menu.inc
Finds the router path which will serve this path.
_menu_router_build
in core/
includes/
menu.inc
Builds the router table based on the data from
hook_menu
().
File
core/
includes/
menu.inc
, line 271
API for the Backdrop menu system.
Code
define
(
'MENU_MAX_PARTS'
,
9
)
Search
Menu
Toggle menu visibility
Getting started
Installing
Updates vs upgrades
Hosting/deploying
Upgrading from Drupal
Introduction
Upgrade overview
Converting Drupal code
User guide
Quick start guide
Using Backdrop
Add-On Documentation
Developing for Backdrop
Developing modules
Developing themes
Developing layouts
Using libraries
Local development
Writing secure code
Database API
Icon API
Using JavaScript
Contributors guide
Contribute to Backdrop core
How to use the core issue queue
Adding labels to issues
Adding milestones to issues
Contribute Backdrop add-ons
Contribute to documentation
Developer API
Topics
Functions
Classes
Files
Globals
Theme functions
Form API reference
Appendix/reference
Change records
Glossary
Coding & documentation standards
Contrib permissions policy