Search for route
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Route | class | core/ |
Sets the destination route information based on the source link_path. |
Route | class | core/ |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
TimeZoneAbbreviationRouteTest | class | core/ |
Tests converting JavaScript time zone abbreviations to time zone identifiers. |
TimeZoneAbbreviationRouteTest.php | file | core/ |
|
TimeZoneAbbreviationRouteTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
TimeZoneAbbreviationRouteTest::$modules | property | core/ |
Modules to install. |
TimeZoneAbbreviationRouteTest::providerAbbreviationConversion | function | core/ |
Provides test data for testGet(). |
TimeZoneAbbreviationRouteTest::testAbbreviationConversion | function | core/ |
Test the AJAX Timezone Callback with invalid inputs. |
TimeZoneAbbreviationRouteTest::testSystemTimezone | function | core/ |
Test that the AJAX Timezone Callback can deal with various formats. |
Tour::$keyedRoutes | property | core/ |
The routes on which this tour should be displayed, keyed by route id. |
Tour::$routes | property | core/ |
The routes on which this tour should be displayed. |
Tour::getRoutes | function | core/ |
The routes that this tour will appear on. |
Tour::hasMatchingRoute | function | core/ |
Whether the tour matches a given set of route parameters. |
Tour::resetKeyedRoutes | function | core/ |
Resets the statically cached keyed routes. |
TourInterface::getRoutes | function | core/ |
The routes that this tour will appear on. |
TourInterface::hasMatchingRoute | function | core/ |
Whether the tour matches a given set of route parameters. |
TourInterface::resetKeyedRoutes | function | core/ |
Resets the statically cached keyed routes. |
TourTest::routeProvider | function | core/ |
Provides sample routes for testing. |
TourTest::testHasMatchingRoute | function | core/ |
Tests \Drupal\tour\Entity\Tour::hasMatchingRoute(). |
UnroutedUrlAssembler | class | core/ |
Provides a way to build external or non Drupal local domain URLs. |
UnroutedUrlAssembler.php | file | core/ |
|
UnroutedUrlAssembler::$pathProcessor | property | core/ |
The outbound path processor. |
UnroutedUrlAssembler::$requestStack | property | core/ |
A request stack object. |
UnroutedUrlAssembler::addOptionDefaults | function | core/ |
Merges in default defaults. |
UnroutedUrlAssembler::assemble | function | core/ |
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/ |
|
UnroutedUrlAssembler::buildLocalUrl | function | core/ |
|
UnroutedUrlAssembler::__construct | function | core/ |
Constructs a new unroutedUrlAssembler object. |
UnroutedUrlAssemblerInterface | interface | core/ |
Provides a way to build external or non Drupal local domain URLs. |
UnroutedUrlAssemblerInterface.php | file | core/ |
|
UnroutedUrlAssemblerInterface::assemble | function | core/ |
Builds a domain-local or external URL from a URI. |
UnroutedUrlAssemblerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Utility\UnroutedUrlAssembler @group Utility |
UnroutedUrlAssemblerTest.php | file | core/ |
|
UnroutedUrlAssemblerTest::$configFactory | property | core/ |
The mocked config factory. |
UnroutedUrlAssemblerTest::$pathProcessor | property | core/ |
The mocked outbound path processor. |
UnroutedUrlAssemblerTest::$requestStack | property | core/ |
The request stack. |
UnroutedUrlAssemblerTest::$unroutedUrlAssembler | property | core/ |
The tested unrouted URL assembler. |
UnroutedUrlAssemblerTest::providerTestAssembleWithExternalUrl | function | core/ |
Provides test data for testAssembleWithExternalUrl. |
UnroutedUrlAssemblerTest::providerTestAssembleWithLocalUri | function | core/ |
|
UnroutedUrlAssemblerTest::setUp | function | core/ |
|
UnroutedUrlAssemblerTest::setupRequestStack | function | core/ |
Setups the request stack for a given subdir. |
UnroutedUrlAssemblerTest::testAssembleWithEnabledProcessing | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithExternalUrl | function | core/ |
@covers ::assemble @covers ::buildExternalUrl |
UnroutedUrlAssemblerTest::testAssembleWithLeadingSlash | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithLocalUri | function | core/ |
@covers ::assemble @covers ::buildLocalUrl |
UnroutedUrlAssemblerTest::testAssembleWithNeitherExternalNorDomainLocalUri | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithNotEnabledProcessing | function | core/ |
@covers ::assemble |
UnroutedUrlAssemblerTest::testAssembleWithStartingSlashEnabledProcessing | function | core/ |
@covers ::assemble |
UnroutedUrlTest | class | core/ |
@coversDefaultClass \Drupal\Core\Url @group UrlTest |
UnroutedUrlTest.php | file | core/ |
|
UnroutedUrlTest::$router | property | core/ |
The router. |
UnroutedUrlTest::$unroutedExternal | property | core/ |
An unrouted, external URL to test. |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.