| RouterTest::tearDown |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
|
| RouterTest::testAttributeDiscovery |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Tests routes defined using PHP attributes. |
| RouterTest::testControllerPlaceholders |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that placeholders in paths work correctly. |
| RouterTest::testControllerPlaceholdersDefaultValues |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
| RouterTest::testControllerPlaceholdersDefaultValuesProvided |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that default placeholders in paths work correctly. |
| RouterTest::testControllerResolutionAjax |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Checks that an ajax request gets rendered as an Ajax response, by mime. |
| RouterTest::testControllerResolutionPage |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Checks that a request with text/html response gets rendered as a page. |
| RouterTest::testDuplicateRoutePaths |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that multiple routes with the same path do not cause an error. |
| RouterTest::testDynamicRoutes |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Checks that dynamically defined and altered routes work correctly. |
| RouterTest::testFinishResponseSubscriber |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Confirms that our FinishResponseSubscriber logic works properly. |
| RouterTest::testMatchesWithDifferentFitOrder |
function |
core/tests/Drupal/Tests/Core/Routing/RouterTest.php |
Tests matches with different fit order. |
| RouterTest::testMatchRequest |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouterTest.php |
Tests the router request matching. |
| RouterTest::testRouteAlias |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Tests route aliasing. |
| RouterTest::testRouteAliasWithDeprecation |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Tests route aliasing with deprecation. |
| RouterTest::testRouterMatching |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Tests that a page trying to match a path will succeed. |
| RouterTest::testRouterResponsePsr7 |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Tests that a PSR-7 response works. |
| RouterTest::testRouterUninstallInstall |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Tests that routes no longer exist for a module that has been uninstalled. |
| RouterTest::testSuccessiveSlashes |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Ensure that multiple successive slashes are redirected. |
| RouterTest::testUrlGeneratorFront |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Checks the generate method on the URL generator using the front router. |
| RouterTest::testUserAccount |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Tests the user account on the DIC. |
| RouterTestEarlyExceptionSubscriber |
class |
core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php |
Event subscribers for exceptions thrown in early kernel middleware. |
| RouterTestEarlyExceptionSubscriber.php |
file |
core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php |
|
| RouterTestEarlyExceptionSubscriber::getSubscribedEvents |
function |
core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php |
|
| RouterTestEarlyExceptionSubscriber::onKernelRequest |
function |
core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php |
Throw an exception, which will trigger exception-handling subscribers. |
| RouterTestServiceProvider |
class |
core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php |
Registers a dynamic route provider. |
| RouterTestServiceProvider.php |
file |
core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php |
|
| RouterTestServiceProvider::register |
function |
core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php |
|
| RouterTestThemeHooks |
class |
core/modules/system/tests/modules/router_test_directory/src/Hook/RouterTestThemeHooks.php |
Hook implementations for router_test. |
| RouterTestThemeHooks.php |
file |
core/modules/system/tests/modules/router_test_directory/src/Hook/RouterTestThemeHooks.php |
|
| RouterTestThemeHooks::preprocessPage |
function |
core/modules/system/tests/modules/router_test_directory/src/Hook/RouterTestThemeHooks.php |
Implements hook_preprocess_HOOK(). |
| RouterUnsupportedTest |
class |
core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php |
Tests Drupal\Core\Routing\Router. |
| RouterUnsupportedTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php |
|
| RouterUnsupportedTest::testGenerateUnsupported |
function |
core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php |
Tests generate unsupported. |
| router_installer_test.info.yml |
file |
core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml |
core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml |
| router_installer_test.routing.yml |
file |
core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml |
core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml |
| router_test.info.yml |
file |
core/modules/system/tests/modules/router_test_directory/router_test.info.yml |
core/modules/system/tests/modules/router_test_directory/router_test.info.yml |
| router_test.install |
file |
core/modules/system/tests/modules/router_test_directory/router_test.install |
|
| router_test.permissions.yml |
file |
core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml |
core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml |
| router_test.routing.yml |
file |
core/modules/system/tests/modules/router_test_directory/router_test.routing.yml |
core/modules/system/tests/modules/router_test_directory/router_test.routing.yml |
| router_test_install |
function |
core/modules/system/tests/modules/router_test_directory/router_test.install |
Implements hook_install(). |
| RoutesTest |
class |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests Drupal\jsonapi\Routing\Routes. |
| RoutesTest.php |
file |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
|
| RoutesTest::$routes |
property |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
List of routes objects for the different scenarios. |
| RoutesTest::expectedRoutes |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Lists routes which should have been created. |
| RoutesTest::notExpectedRoutes |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Lists routes which should have been created. |
| RoutesTest::setUp |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
|
| RoutesTest::testInternalRoutes |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Ensures that no routes are created for internal resources. |
| RoutesTest::testRoutes |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Ensures that the expected routes are created or not created. |
| RoutesTest::testRoutesCollection |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests routes collection. |
| RoutesTest::testRoutesIndividual |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests routes individual. |