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 |
---|---|---|---|
RouteCachingQueryAlteredTest | class | core/ |
Tests the route cache when the request's query parameters are altered. |
RouteCachingQueryAlteredTest.php | file | core/ |
|
RouteCachingQueryAlteredTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RouteCachingQueryAlteredTest::$modules | property | core/ |
Modules to install. |
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/ |
@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/ |
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/ |
|
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/ |
|
RouteMatch::getParameterNames | function | core/ |
Returns the names of all parameters for the currently matched route. |
RouteMatch::getParameters | function | core/ |
|
RouteMatch::getRawParameter | function | core/ |
|
RouteMatch::getRawParameters | function | core/ |
|
RouteMatch::getRouteName | function | core/ |
|
RouteMatch::getRouteObject | function | core/ |
|
RouteMatch::__construct | function | core/ |
Constructs a RouteMatch object. |
RouteMatchInterface | interface | core/ |
Provides an interface for classes representing the result of routing. |
RouteMatchInterface.php | file | core/ |
|
RouteMatchInterface::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
RouteMatchInterface::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
RouteMatchInterface::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
RouteMatchInterface::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
RouteMatchInterface::getRouteName | function | core/ |
Returns the route name. |
RouteMatchInterface::getRouteObject | function | core/ |
Returns the route object. |
RouteMatchTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RouteMatch @group Routing |
RouteMatchTest.php | file | core/ |
|
RouteMatchTest::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
RouteMatchTest::testRouteMatchFromRequest | function | core/ |
@covers ::createFromRequest @covers ::__construct |
RouteMatchTestBase | class | core/ |
Base test class for testing classes implementing the route match interface. |
RouteMatchTestBase.php | file | core/ |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.