protected property CompiledRoute::$numParts

The number of parts in the path of this route.

Type: int

File

drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php, line 37
Definition of Drupal\Core\Routing\CompiledRoute.

Class

CompiledRoute
A compiled route contains derived information from a route object.

Namespace

Drupal\Core\Routing

Code

protected $numParts;