You are here

protected property CompiledRoute::$fit in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Routing/CompiledRoute.php \Drupal\Core\Routing\CompiledRoute::fit

The fitness of this route.

Type: int

File

core/lib/Drupal/Core/Routing/CompiledRoute.php, line 22
Contains \Drupal\Core\Routing\CompiledRoute.

Class

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

Namespace

Drupal\Core\Routing

Code

protected $fit;