public function CompiledRoute::getRoute

Returns the Route instance.

Return value

Route A Route instance.

File

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

Class

CompiledRoute
Description of CompiledRoute

Namespace

Drupal\Core\Routing

Code

public function getRoute() {
  return $this->route;
}