function RouteMatchInterface::getRouteObject

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Routing/RouteMatchInterface.php \Drupal\Core\Routing\RouteMatchInterface::getRouteObject()
  2. 8.9.x core/lib/Drupal/Core/Routing/RouteMatchInterface.php \Drupal\Core\Routing\RouteMatchInterface::getRouteObject()
  3. 10 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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.