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
TestControllers::testRouteName function core/modules/system/tests/modules/router_test_directory/src/TestControllers.php
TestDefaultHtmlRouteProvider class core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Stub class for testing DefaultHtmlRouteProvider.
TestDefaultHtmlRouteProvider::getAddFormRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
TestDefaultHtmlRouteProvider::getAddPageRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
TestDefaultHtmlRouteProvider::getCanonicalRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
TestDefaultHtmlRouteProvider::getCollectionRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
TestDefaultHtmlRouteProvider::getEntityTypeIdKeyType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
TestLocalTaskDefault::setRouteProvider function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php
TestRouteBuilder class core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Extends the core route builder with a setter method for the YAML discovery.
TestRouteBuilder::$yamlDiscovery property core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php The mocked YAML discovery.
TestRouteBuilder::getRouteDefinitions function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php
TestRouteBuilder::setYamlDiscovery function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Sets the YAML discovery.
TestRouteProvider class core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides a test entity route provider.
TestRouteProvider class core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Stub class for testing RouteProvider.
TestRouteProvider::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestRouteProvider::$stringTranslation property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestRouteProvider::getCandidateOutlines function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
TestRouterInterface interface core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php Provides a router interface that also can match requests.
TestRouterInterface.php file core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php
TestRouteSubscriber class core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Provides a callback for route definition.
TestRouteSubscriber class core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php Provides a test route subscriber.
TestRouteSubscriber::$applicableViews property core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php The applicable views.
TestRouteSubscriber::getApplicableViews function core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php Returns all views/display combinations with routes.
TestRouteSubscriber::routesFromArray function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php
TestRouteSubscriber::routesFromCollection function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php
TestStateBasedSectionStorage::buildRoutes function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Provides the routes needed for Layout Builder UI.
TestStateBasedSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Derives the available plugin contexts from route values.
TestStateBasedSectionStorage::extractIdFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
ThemeTestSubscriber::$currentRouteMatch property core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php The current route match.
Tid::$routeMatch property core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The route match.
TimeZoneAbbreviationRouteTest class core/modules/system/tests/src/Functional/Datetime/TimeZoneAbbreviationRouteTest.php Tests converting JavaScript time zone abbreviations to time zone identifiers.
TimeZoneAbbreviationRouteTest.php file core/modules/system/tests/src/Functional/Datetime/TimeZoneAbbreviationRouteTest.php
TimeZoneAbbreviationRouteTest::$defaultTheme property core/modules/system/tests/src/Functional/Datetime/TimeZoneAbbreviationRouteTest.php The theme to install as the default for testing.
TimeZoneAbbreviationRouteTest::$modules property core/modules/system/tests/src/Functional/Datetime/TimeZoneAbbreviationRouteTest.php Modules to install.
TimeZoneAbbreviationRouteTest::providerAbbreviationConversion function core/modules/system/tests/src/Functional/Datetime/TimeZoneAbbreviationRouteTest.php Provides test data for testGet().
TimeZoneAbbreviationRouteTest::testAbbreviationConversion function core/modules/system/tests/src/Functional/Datetime/TimeZoneAbbreviationRouteTest.php Test the AJAX Timezone Callback with invalid inputs.
TimeZoneAbbreviationRouteTest::testSystemTimezone function core/modules/system/tests/src/Functional/Datetime/TimeZoneAbbreviationRouteTest.php Test that the AJAX Timezone Callback can deal with various formats.
UnroutedUrlAssembler class core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php Provides a way to build external or non Drupal local domain URLs.
UnroutedUrlAssembler.php file core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php
UnroutedUrlAssembler::$pathProcessor property core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php The outbound path processor.
UnroutedUrlAssembler::$requestStack property core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php A request stack object.
UnroutedUrlAssembler::addOptionDefaults function core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php Merges in default defaults.
UnroutedUrlAssembler::assemble function core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php This is a helper function that calls buildExternalUrl() or buildLocalUrl()
based on a check of whether the path is a valid external URL.
UnroutedUrlAssembler::buildExternalUrl function core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php
UnroutedUrlAssembler::buildLocalUrl function core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php
UnroutedUrlAssembler::__construct function core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php Constructs a new unroutedUrlAssembler object.
UnroutedUrlAssemblerInterface interface core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php Provides a way to build external or non Drupal local domain URLs.
UnroutedUrlAssemblerInterface.php file core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php
UnroutedUrlAssemblerInterface::assemble function core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php Builds a domain-local or external URL from a URI.
UnroutedUrlAssemblerTest class core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php Tests Drupal\Core\Utility\UnroutedUrlAssembler.

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