Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RouteMatchInterface.php

function 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();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal