Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NullRouteMatch.php
function NullRouteMatch::getRouteObject
Overrides
RouteMatchInterface::getRouteObject
File
core/
lib/
Drupal/
Core/
Routing/
NullRouteMatch.php
, line 23
Class
NullRouteMatch
Stub implementation of RouteMatchInterface for when there's no matched route.
Namespace
Drupal\Core\Routing
Code
public
function
getRouteObject
() {
return
NULL
; }
RSS feed