Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RouteBuildEvent | class | core/ |
Represents route building information as event. |
| RouteBuildEvent.php | file | core/ |
|
| RouteBuildEvent::$routeCollection | property | core/ |
The route collection. |
| RouteBuildEvent::getRouteCollection | function | core/ |
Gets the route collection. |
| RouteBuildEvent::__construct | function | core/ |
Constructs a RouteBuildEvent object. |
| RouteCacheContext | class | core/ |
Defines the RouteCacheContext service, for "per route" caching. |
| RouteCacheContext.php | file | core/ |
|
| RouteCacheContext::$routeMatch | property | core/ |
The route match. |
| RouteCacheContext::getCacheableMetadata | function | core/ |
|
| RouteCacheContext::getContext | function | core/ |
|
| RouteCacheContext::getLabel | function | core/ |
|
| RouteCacheContext::__construct | function | core/ |
Constructs a new RouteCacheContext class. |
| RouteCachingLanguageTest | class | core/ |
Tests that route lookup is cached by the current language. |
| RouteCachingLanguageTest.php | file | core/ |
|
| RouteCachingLanguageTest::$defaultTheme | property | core/ |
|
| RouteCachingLanguageTest::$modules | property | core/ |
|
| RouteCachingLanguageTest::$webUser | property | core/ |
A user with permissions to administer content types. |
| RouteCachingLanguageTest::providerLanguage | function | core/ |
Data provider for testFromUri(). |
| RouteCachingLanguageTest::setUp | function | core/ |
|
| RouteCachingLanguageTest::testLinkTranslationWithAlias | function | core/ |
Creates content with a link field pointing to an alias of another language. |
| RouteCachingNonPathLanguageNegotiationTest | class | core/ |
Tests the route cache when the language is not in the path. |
| RouteCachingNonPathLanguageNegotiationTest.php | file | core/ |
|
| RouteCachingNonPathLanguageNegotiationTest::$adminUser | property | core/ |
The admin user. |
| RouteCachingNonPathLanguageNegotiationTest::$defaultTheme | property | core/ |
|
| RouteCachingNonPathLanguageNegotiationTest::$modules | property | core/ |
|
| RouteCachingNonPathLanguageNegotiationTest::setUp | function | core/ |
|
| RouteCachingNonPathLanguageNegotiationTest::testAliases | function | core/ |
Tests aliases when the negotiated language is not in the path. |
| RouteCachingQueryAlteredTest | class | core/ |
Tests the route cache when the request's query parameters are altered. |
| RouteCachingQueryAlteredTest.php | file | core/ |
|
| RouteCachingQueryAlteredTest::$defaultTheme | property | core/ |
|
| RouteCachingQueryAlteredTest::$modules | property | core/ |
|
| RouteCachingQueryAlteredTest::setUp | function | core/ |
|
| RouteCachingQueryAlteredTest::testRouteCollectionCacheAfterException | function | core/ |
Tests route collection cache after an exception. |
| RouteCompiler | class | core/ |
Compiler to generate derived information from a Route necessary for matching. |
| RouteCompiler.php | file | core/ |
|
| RouteCompiler::compile | function | core/ |
Compiles the current route instance. |
| RouteCompiler::getFit | function | core/ |
Determines the fitness of the provided path. |
| RouteCompiler::getPathWithoutDefaults | function | core/ |
Returns the path of the route, without placeholders with a default value. |
| RouteCompiler::getPatternOutline | function | core/ |
Returns the pattern outline. |
| RouteCompilerTest | class | core/ |
Tests Drupal\Core\Routing\RouteCompiler. |
| RouteCompilerTest.php | file | core/ |
|
| RouteCompilerTest::providerTestGetFit | function | core/ |
Provides data for RouteCompilerTest::testGetFit() |
| RouteCompilerTest::testCompilation | function | core/ |
Confirms that a route compiles properly with the necessary data. |
| RouteCompilerTest::testCompilationDefaultValue | function | core/ |
Confirms that a compiled route with default values has the correct outline. |
| RouteCompilerTest::testGetFit | function | core/ |
Tests RouteCompiler::getFit(). |
| RouteEnhancer | class | core/ |
Ensures the loaded entity matches the requested resource type. |
| RouteEnhancer.php | file | core/ |
|
| RouteEnhancer::enhance | function | core/ |
Updates the defaults for a route definition based on the request. |
| RouteMatch | class | core/ |
Default object representing the results of routing. |
| RouteMatch.php | file | core/ |
Pagination
- Previous page
- Page 1391
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.