protected property CompiledRoute::$numParts in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Routing/CompiledRoute.php \Drupal\Core\Routing\CompiledRoute::numParts
- 10 core/lib/Drupal/Core/Routing/CompiledRoute.php \Drupal\Core\Routing\CompiledRoute::numParts
The number of parts in the path of this route.
Type: int
File
- core/
lib/ Drupal/ Core/ Routing/ CompiledRoute.php, line 31
Class
- CompiledRoute
- A compiled route contains derived information from a route object.
Namespace
Drupal\Core\RoutingCode
protected $numParts;