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

Breadcrumb

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

function TraceableUrlMatcher::getTracesForRequest

File

vendor/symfony/routing/Matcher/TraceableUrlMatcher.php, line 44

Class

TraceableUrlMatcher
TraceableUrlMatcher helps debug path info matching by tracing the match.

Namespace

Symfony\Component\Routing\Matcher

Code

public function getTracesForRequest(Request $request) : array {
    $this->request = $request;
    $traces = $this->getTraces($request->getPathInfo());
    $this->request = null;
    return $traces;
}

API Navigation

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