Search for route
- Search 7.x for route
- Search 9.5.x for route
- Search 10.3.x for route
- Search 11.x for route
- Other projects
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 |
---|---|---|---|
RouteCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
RouteCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
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/ |
The theme to install as the default for testing. |
RouteCachingLanguageTest::$modules | property | core/ |
Modules to enable. |
RouteCachingLanguageTest::$webUser | property | core/ |
An 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/ |
The theme to install as the default for testing. |
RouteCachingNonPathLanguageNegotiationTest::$modules | property | core/ |
Modules to enable. |
RouteCachingNonPathLanguageNegotiationTest::setUp | function | core/ |
|
RouteCachingNonPathLanguageNegotiationTest::testAliases | function | core/ |
Tests aliases when the negotiated language is not in the path. |
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. |
RouteCompiler::REGEX_DELIMITER | constant | core/ |
Utility constant to use for regular expressions against the path. |
RouteCompilerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RouteCompiler @group Routing |
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/ |
|
RouteEnhancerInterface | interface | core/ |
A route enhance service to determine route enhance rules. |
RouteEnhancerInterface.php | file | core/ |
|
RouteEnhancerInterface::applies | function | core/ |
Declares if the route enhancer applies to the given route. |
RouteFilterInterface | interface | core/ |
A route filter service to filter down the collection of route instances. |
RouteFilterInterface.php | file | core/ |
|
RouteFilterInterface::applies | function | core/ |
Determines if the route filter applies to the given route. |
RouteMatch | class | core/ |
Default object representing the results of routing. |
RouteMatch.php | file | core/ |
|
RouteMatch::$parameters | property | core/ |
A key|value store of parameters. |
RouteMatch::$rawParameters | property | core/ |
A key|value store of raw parameters. |
RouteMatch::$route | property | core/ |
The route. |
RouteMatch::$routeName | property | core/ |
The route name. |
RouteMatch::createFromRequest | function | core/ |
Creates a RouteMatch from a request. |
RouteMatch::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
RouteMatch::getParameterNames | function | core/ |
Returns the names of all parameters for the currently matched route. |
RouteMatch::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.