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 |
|---|---|---|---|
| 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[[api-linebreak]] @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/ |
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. |
| RouteMatch::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
| RouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| RouteMatch::getRouteName | function | core/ |
Returns the route name. |
| RouteMatch::getRouteObject | function | core/ |
Returns the route object. |
| 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[[api-linebreak]] @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[[api-linebreak]] @covers ::__construct[[api-linebreak]] |
| RouteMatchTestBase | class | core/ |
Base test class for testing classes implementing the route match interface. |
| RouteMatchTestBase.php | file | core/ |
|
| RouteMatchTestBase::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
| RouteMatchTestBase::routeMatchProvider | function | core/ |
Provide sets of parameters and expected parameters for parameter tests. |
| RouteMatchTestBase::testGetParameter | function | core/ |
@covers ::getParameter[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetParameters | function | core/ |
@covers ::getParameters[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRawParameter | function | core/ |
@covers ::getRawParameter[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRawParameters | function | core/ |
@covers ::getRawParameters[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRouteName | function | core/ |
@covers ::getRouteName[[api-linebreak]] @dataProvider routeMatchProvider |
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.