Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 8.9.x for route
  4. Search 10.3.x for route
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Route class core/modules/migrate/src/Plugin/migrate/process/Route.php Sets the destination route information based on the source link_path.
Route class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php

All search results

Title Object type File name Summary
ContentModerationRouteSubscriber::__construct function core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php ContentModerationRouteSubscriber constructor.
ContentModerationRouteSubscriberTest class core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php @coversDefaultClass \Drupal\content_moderation\Routing\ContentModerationRouteSubscriber
ContentModerationRouteSubscriberTest.php file core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php
ContentModerationRouteSubscriberTest::$routeSubscriber property core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php The test content moderation route subscriber.
ContentModerationRouteSubscriberTest::setLatestRevisionFlagTestCases function core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php Data provider for ::testSetLatestRevisionFlag.
ContentModerationRouteSubscriberTest::setUp function core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php
ContentModerationRouteSubscriberTest::setupEntityTypes function core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php Creates the entity type manager mock returning entity type objects.
ContentModerationRouteSubscriberTest::testSetLatestRevisionFlag function core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php Tests that the "load_latest_revision" flag is handled correctly.
ContentPreprocess::$routeMatch property core/modules/content_moderation/src/ContentPreprocess.php The route match service.
ContentPreprocessTest::routeNodeProvider function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Data provider for self::testIsLatestVersionPage().
ContentPreprocessTest::setupCurrentRouteMatch function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Mock the current route matching object.
ContentTranslationRouteSubscriber class core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php Subscriber for entity translation routes.
ContentTranslationRouteSubscriber.php file core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
ContentTranslationRouteSubscriber::$contentTranslationManager property core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php The content translation manager.
ContentTranslationRouteSubscriber::alterRoutes function core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
ContentTranslationRouteSubscriber::getSubscribedEvents function core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
ContentTranslationRouteSubscriber::__construct function core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php Constructs a ContentTranslationRouteSubscriber object.
ContentTypeHeaderMatcherTest::testNoRouteFound function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Confirms that the matcher throws an exception for no-route.
content_moderation.route_subscriber service core/modules/content_moderation/content_moderation.services.yml Drupal\content_moderation\Routing\ContentModerationRouteSubscriber
ContextualLinkDefault::getRouteName function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php
ContextualLinkDefaultTest::testGetRouteName function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getRouteName
ContextualLinkInterface::getRouteName function core/lib/Drupal/Core/Menu/ContextualLinkInterface.php Returns the route name of the contextual link.
ContextualLinkManagerTest::testProcessDefinitionWithoutRoute function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a route.
CsrfAccessCheckTest::$routeMatch property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The mock route match.
CsrfRequestHeaderTest::testRouteAccess function core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php Tests access to routes protected by CSRF request header requirements.
CurrentRouteMatch class core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Default object for current_route_match service.
CurrentRouteMatch.php file core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::$requestStack property core/lib/Drupal/Core/Routing/CurrentRouteMatch.php The related request stack.
CurrentRouteMatch::$routeMatches property core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Internal cache of RouteMatch objects.
CurrentRouteMatch::getCurrentRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the route match for the current request.
CurrentRouteMatch::getMasterRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::getParameter function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::getParameters function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::getParentRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::getRawParameter function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::getRawParameters function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::getRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the route match for a passed in request.
CurrentRouteMatch::getRouteMatchFromRequest function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::getRouteName function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::getRouteObject function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::resetRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::__construct function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Constructs a CurrentRouteMatch object.
CurrentRouteMatchTest class core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @coversDefaultClass \Drupal\Core\Routing\CurrentRouteMatch
@group Routing
CurrentRouteMatchTest.php file core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php
CurrentRouteMatchTest::getRouteMatch function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php
CurrentRouteMatchTest::testGetCurrentRouteObject function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::__construct
@covers ::getRouteObject
@covers ::getCurrentRouteMatch
@covers ::getRouteMatch
CurrentRouteMatchTest::testGetRouteMatchFromRequest function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::getRouteMatchFromRequest
CurrentRouteMatchTest::testGetRouteMatchFromRequestWithRouting function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::getRouteMatchFromRequest
CurrentRouteMatchTest::testResetRouteMatch function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::resetRouteMatch
CustomPageExceptionHtmlSubscriberTest::$accessUnawareRouter property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked access unaware router.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.