You are here

public function RouteMatchInterface::getRouteObject in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/RouteMatchInterface.php \Drupal\Core\Routing\RouteMatchInterface::getRouteObject()

Returns the route object.

Return value

\Symfony\Component\Routing\Route|null The route object. NULL if no route is matched.

3 methods override RouteMatchInterface::getRouteObject()
CurrentRouteMatch::getRouteObject in core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
Returns the route object.
NullRouteMatch::getRouteObject in core/lib/Drupal/Core/Routing/NullRouteMatch.php
Returns the route object.
RouteMatch::getRouteObject in core/lib/Drupal/Core/Routing/RouteMatch.php
Returns the route object.

File

core/lib/Drupal/Core/Routing/RouteMatchInterface.php, line 36

Class

RouteMatchInterface
Provides an interface for classes representing the result of routing.

Namespace

Drupal\Core\Routing

Code

public function getRouteObject();