class CompiledRoute

Same name in this branch

Description of CompiledRoute

Hierarchy

Expanded class hierarchy of CompiledRoute

File

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

Namespace

Drupal\Core\Routing
View source

Members

Namesort descending Modifiers Type Description Overrides
CompiledRoute::$fit protected property The fitness of this route.
CompiledRoute::$numParts protected property The number of parts in the path of this route.
CompiledRoute::$patternOutline protected property The pattern outline of this route.
CompiledRoute::$regex protected property The regular expression to match placeholders out of this path.
CompiledRoute::$route protected property The Route object of which this object is the compiled version.
CompiledRoute::getDefaults public function Returns the defaults.
CompiledRoute::getFit public function Returns the fit of this route.
CompiledRoute::getNumParts public function Returns the number of parts in this route's path.
CompiledRoute::getOptions public function Returns the options.
CompiledRoute::getPattern public function Returns the pattern.
CompiledRoute::getPatternOutline public function Returns the pattern outline of this route.
CompiledRoute::getRegex public function Returns the placeholder regex.
CompiledRoute::getRequirements public function Returns the requirements.
CompiledRoute::getRoute public function Returns the Route instance.
CompiledRoute::__construct public function Constructs a new CompiledRoute object.