Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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(). |
| RouteEnhancerInterface::applies | function | core/ |
Declares if the route enhancer applies to the given route. |
| RouteFilterInterface::applies | function | core/ |
Determines if the route filter applies to the given route. |
| RouteMatch::$parameters | property | core/ |
A key|value store of parameters. |
| RouteMatch::$rawParameters | property | core/ |
A key|value store of raw parameters. |
| RouteMatch::createFromRequest | function | core/ |
Creates a RouteMatch from a request. |
| 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::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| RouteMatch::__construct | function | core/ |
Constructs a RouteMatch object. |
| RouteMatchInterface::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
| RouteMatchInterface::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| 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 |
| RouteMatchTestBase::testGetRouteObject | function | core/ |
@covers ::getRouteObject[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchValueResolver | class | core/ |
Yields a RouteMatch object based on the request object passed along. |
| RouteMatchValueResolver.php | file | core/ |
|
| RouteMatchValueResolver::resolve | function | core/ |
|
| RouteMatchValueResolver::supports | function | core/ |
|
| RouteMethodSubscriber | class | core/ |
Provides a default value for the HTTP method restriction on routes. |
| RouteMethodSubscriber.php | file | core/ |
|
| RouteMethodSubscriber::getSubscribedEvents | function | core/ |
|
| RouteMethodSubscriber::onRouteBuilding | function | core/ |
Sets a default value of GET|POST for the _method route property. |
| RouteNoneTest | class | core/ |
Tests the <none> route processor. |
| RouteNoneTest.php | file | core/ |
|
| RouteNoneTest::$modules | property | core/ |
Modules to enable. |
| RouteNoneTest::$urlGenerator | property | core/ |
The URL generator. |
| RouteNoneTest::setUp | function | core/ |
|
| RouteNoneTest::testProcessOutbound | function | core/ |
Tests the output process. |
| RoutePreloader::$nonAdminRoutesOnRebuild | property | core/ |
Contains the non-admin routes while rebuilding the routes. |
| RoutePreloader::$state | property | core/ |
The state key value store. |
| RoutePreloader::getSubscribedEvents | function | core/ |
|
| RoutePreloader::isGetAndHtmlRoute | function | core/ |
Determines whether the given route is a GET and HTML route. |
| RoutePreloader::onAlterRoutes | function | core/ |
Alters existing routes for a specific collection. |
| RoutePreloader::onFinishedRoutes | function | core/ |
Store the non admin routes in state when the route building is finished. |
| RoutePreloader::onRequest | function | core/ |
Loads all non-admin routes right before the actual page is rendered. |
| RoutePreloader::__construct | function | core/ |
Constructs a new RoutePreloader. |
Pagination
- Previous page
- Page 1043
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.