public function RouteMatchInterface::getRouteObject in Drupal 8
Same name and namespace in other branches
- 9 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\RoutingCode
public function getRouteObject();