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

Breadcrumb

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

function NullRouteMatch::getParameters

Overrides RouteMatchInterface::getParameters

File

core/lib/Drupal/Core/Routing/NullRouteMatch.php, line 37

Class

NullRouteMatch
Stub implementation of RouteMatchInterface for when there's no matched route.

Namespace

Drupal\Core\Routing

Code

public function getParameters() {
    return new ParameterBag();
}

API Navigation

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