constant RouteCompiler::MAX_PARTS

The maximum number of path elements for a route pattern;

File

drupal/core/lib/Drupal/Core/Routing/RouteCompiler.php, line 21
Definition of Drupal\Core\Routing\RouteCompiler.

Class

RouteCompiler
Compiler to generate derived information from a Route necessary for matching.

Namespace

Drupal\Core\Routing

Code

const MAX_PARTS = 9;