You are here

17 calls to RouteMatch::createFromRequest() in Drupal 9

AccessManager::checkRequest in core/lib/Drupal/Core/Access/AccessManager.php
Execute access checks against the incoming request.
AjaxBasePageNegotiatorTest::testApplies in core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
@covers ::applies @dataProvider providerTestApplies
AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme in core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
@covers ::determineActiveTheme
AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken in core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
@covers ::determineActiveTheme
AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken in core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
@covers ::determineActiveTheme
ConfigTranslationController::itemPage in core/modules/config_translation/src/Controller/ConfigTranslationController.php
Language translations overview page for a configuration name.
CurrentRouteMatch::getRouteMatch in core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
Returns the route match for a passed in request.
MaintenanceModeSubscriber::onKernelRequestMaintenance in core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php
Returns the site maintenance page if the site is offline.
MaintenanceModeSubscriber::onKernelRequestMaintenance in core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php
Logout users if site is in maintenance mode.
PathBasedBreadcrumbBuilder::build in core/modules/system/src/PathBasedBreadcrumbBuilder.php
Builds the breadcrumb.
RelationshipFieldAccess::access in core/modules/jsonapi/src/Access/RelationshipFieldAccess.php
Checks access to the relationship field on the given route.
RouteMatchTest::testRouteMatchFromRequest in core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php
@covers ::createFromRequest @covers ::__construct
RouteMatchValueResolver::resolve in core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRoute in core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
Tests the page controller with arguments of an overridden page view.
ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRouteWithUpcasting in core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
Tests the page controller with arguments of an overridden page view.
ViewPageControllerTest::testHandleWithArgumentsWithoutOverridden in core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
Tests the page controller with arguments on a non overridden page view.
ViewPageControllerTest::testPageController in core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
Tests the page controller.