| RouteCompilerTest::testGetFit |
function |
core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php |
Tests RouteCompiler::getFit(). |
| RouteMatchTest |
class |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php |
Tests Drupal\Core\Routing\RouteMatch. |
| RouteMatchTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php |
|
| RouteMatchTest::getRouteMatch |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php |
Build a test route match object for the given implementation. |
| RouteMatchTest::testRouteMatchFromRequest |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php |
Tests route match from request. |
| RouteMatchTestBase |
class |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Base test class for testing classes implementing the route match interface. |
| RouteMatchTestBase.php |
file |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
|
| RouteMatchTestBase::getRouteMatch |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Build a test route match object for the given implementation. |
| RouteMatchTestBase::routeMatchProvider |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Provide sets of parameters and expected parameters for parameter tests. |
| RouteMatchTestBase::testGetParameter |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Tests get parameter. |
| RouteMatchTestBase::testGetParameters |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Tests get parameters. |
| RouteMatchTestBase::testGetRawParameter |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Tests get raw parameter. |
| RouteMatchTestBase::testGetRawParameters |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Tests get raw parameters. |
| RouteMatchTestBase::testGetRouteName |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Tests get route name. |
| RouteMatchTestBase::testGetRouteObject |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Tests get route object. |
| RouteNoneTest |
class |
core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php |
Tests the <none> route processor. |
| RouteNoneTest.php |
file |
core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php |
|
| RouteNoneTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php |
Modules to install. |
| RouteNoneTest::$urlGenerator |
property |
core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php |
The URL generator. |
| RouteNoneTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php |
|
| RouteNoneTest::testProcessOutbound |
function |
core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php |
Tests the output process. |
| RoutePathGenerationTraitTest |
class |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
Tests Route Path Generation Trait. |
| RoutePathGenerationTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
|
| RoutePathGenerationTraitTest::$accessCheck |
property |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
The CSRF access checker. |
| RoutePathGenerationTraitTest::$csrfToken |
property |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
The mock CSRF token generator. |
| RoutePathGenerationTraitTest::$processor |
property |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
The route processor. |
| RoutePathGenerationTraitTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
The request stack. |
| RoutePathGenerationTraitTest::providerTestCsrfTokenCompleteLifeCycle |
function |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
Data provider for testCsrfTokenCompleteLifeCycle(). |
| RoutePathGenerationTraitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
|
| RoutePathGenerationTraitTest::testCsrfTokenCompleteLifeCycle |
function |
core/tests/Drupal/Tests/Core/Access/RoutePathGenerationTraitTest.php |
Tests that CSRF token creation and validation is consistent. |
| RoutePreloaderTest |
class |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests Drupal\Core\Routing\RoutePreloader. |
| RoutePreloaderTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
|
| RoutePreloaderTest::$preloader |
property |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
The tested preloader. |
| RoutePreloaderTest::$routeProvider |
property |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
The mocked preloadable route provider. |
| RoutePreloaderTest::$state |
property |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
The mocked state. |
| RoutePreloaderTest::setUp |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
|
| RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests onAlterRoutes with "admin" appearing in the path. |
| RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests onAlterRoutes with just admin routes. |
| RoutePreloaderTest::testOnAlterRoutesWithNonAdminRoutes |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests onAlterRoutes with admin routes and non admin routes. |
| RoutePreloaderTest::testOnRequestNonHtml |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests onRequest on a non html request. |
| RoutePreloaderTest::testOnRequestOnHtml |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests onRequest on a html request. |
| RouteProcessorCsrfTest |
class |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
Tests Drupal\Core\Access\RouteProcessorCsrf. |
| RouteProcessorCsrfTest.php |
file |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
|
| RouteProcessorCsrfTest::$csrfToken |
property |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
The mock CSRF token generator. |
| RouteProcessorCsrfTest::$processor |
property |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
The route processor. |
| RouteProcessorCsrfTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
The mock request stack. |
| RouteProcessorCsrfTest::setUp |
function |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
|
| RouteProcessorCsrfTest::testProcessOutbound |
function |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
Tests the processOutbound() method with a _csrf_token route requirement. |
| RouteProcessorCsrfTest::testProcessOutboundDynamicOne |
function |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
Tests the processOutbound() method with a dynamic path and one replacement. |
| RouteProcessorCsrfTest::testProcessOutboundDynamicTwo |
function |
core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php |
Tests the processOutbound() method with two parameter replacements. |