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

Breadcrumb

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

function UrlMatcher::setContext

Overrides RequestContextAwareInterface::setContext

1 call to UrlMatcher::setContext()
UrlMatcher::finalMatch in core/lib/Drupal/Core/Routing/UrlMatcher.php

File

vendor/symfony/routing/Matcher/UrlMatcher.php, line 60

Class

UrlMatcher
UrlMatcher matches URL based on a set of routes.

Namespace

Symfony\Component\Routing\Matcher

Code

public function setContext(RequestContext $context) : void {
    $this->context = $context;
}

API Navigation

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