Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests Drupal\Core\Routing\RouteMatch. |
| RouteMatchTest.php | file | core/ |
|
| RouteMatchTest::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
| RouteMatchTest::testRouteMatchFromRequest | function | core/ |
Tests route match from request. |
| 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/ |
Tests get parameter. |
| RouteMatchTestBase::testGetParameters | function | core/ |
Tests get parameters. |
| RouteMatchTestBase::testGetRawParameter | function | core/ |
Tests get raw parameter. |
| RouteMatchTestBase::testGetRawParameters | function | core/ |
Tests get raw parameters. |
| RouteMatchTestBase::testGetRouteName | function | core/ |
Tests get route name. |
| RouteMatchTestBase::testGetRouteObject | function | core/ |
Tests get route object. |
| RouteMatchValueResolver | class | core/ |
Yields a RouteMatch object based on the request object passed along. |
| RouteMatchValueResolver.php | file | core/ |
|
| RouteMatchValueResolver::resolve | 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 install. |
| RouteNoneTest::$urlGenerator | property | core/ |
The URL generator. |
| RouteNoneTest::setUp | function | core/ |
|
| RouteNoneTest::testProcessOutbound | function | core/ |
Tests the output process. |
| RoutePathGenerationTraitTest | class | core/ |
Tests Route Path Generation Trait. |
| RoutePathGenerationTraitTest.php | file | core/ |
|
| RoutePathGenerationTraitTest::$accessCheck | property | core/ |
The CSRF access checker. |
| RoutePathGenerationTraitTest::$processor | property | core/ |
The route processor. |
| RoutePathGenerationTraitTest::providerTestCsrfTokenCompleteLifeCycle | function | core/ |
Data provider for testCsrfTokenCompleteLifeCycle(). |
| RoutePathGenerationTraitTest::setUp | function | core/ |
|
| RoutePathGenerationTraitTest::testCsrfTokenCompleteLifeCycle | function | core/ |
Tests that CSRF token creation and validation is consistent. |
| RoutePreloader::$nonAdminRoutesOnRebuild | property | core/ |
Contains the non-admin routes while rebuilding the routes. |
| 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. |
| RoutePreloaderTest | class | core/ |
Tests Drupal\Core\Routing\RoutePreloader. |
| RoutePreloaderTest.php | file | core/ |
|
| RoutePreloaderTest::$preloader | property | core/ |
The tested preloader. |
| RoutePreloaderTest::$routeProvider | property | core/ |
The preloadable route provider. |
| RoutePreloaderTest::$state | property | core/ |
The mocked state. |
| RoutePreloaderTest::setUp | function | core/ |
Pagination
- Previous page
- Page 1193
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.