| 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. |
| RoutesTest::testRoutesRelated |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests routes related. |
| RoutesTest::testRoutesRelationships |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests routes relationships. |
| RouteSubscriberTest |
class |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Tests Drupal\views\EventSubscriber\RouteSubscriber. |
| RouteSubscriberTest.php |
file |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
|
| RouteSubscriberTest::$entityTypeManager |
property |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
The mocked entity type manager. |
| RouteSubscriberTest::$routeSubscriber |
property |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
The tested views route subscriber. |
| RouteSubscriberTest::$state |
property |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
The mocked key value storage. |
| RouteSubscriberTest::$viewStorage |
property |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
The mocked config entity storage. |
| RouteSubscriberTest::setUp |
function |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
|
| RouteSubscriberTest::setupMocks |
function |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Sets up mocks of Views objects needed for testing. |
| RouteSubscriberTest::testOnAlterRoutes |
function |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Tests the onAlterRoutes method. |
| RouteSubscriberTest::testRouteRebuildFinished |
function |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Tests route rebuild finished. |
| RouteTest |
class |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Tests the route process plugin. |
| RouteTest.php |
file |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
|
| RouteTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Modules to install. |
| RouteTest::doTransform |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Transforms link path data to a route. |
| RouteTest::providerTestRoute |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Data provider for testRoute(). |
| RouteTest::providerTestRouteWithParamQuery |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Data provider for testRouteWithParamQuery(). |
| RouteTest::testRoute |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Tests Route plugin based on providerTestRoute() values. |
| RouteTest::testRouteWithParamQuery |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Tests Route plugin based on providerTestRoute() values. |
| RouteTestSubscriber |
class |
core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php |
Listens to the dynamic route event and add a test route. |
| RouteTestSubscriber.php |
file |
core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php |
|
| RouteTestSubscriber::alterRoutes |
function |
core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php |
Alters existing routes for a specific collection. |
| RowCountExceptionTest |
class |
core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php |
Tests Drupal\Core\Database\RowCountException. |
| RowCountExceptionTest.php |
file |
core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php |
|
| RowCountExceptionTest::DEFAULT_EXCEPTION_MESSAGE |
constant |
core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php |
The default exception message. |
| RowCountExceptionTest::providerTestExceptionMessage |
function |
core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php |
Data provider for ::testExceptionMessage() |
| RowCountExceptionTest::testExceptionMessage |
function |
core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php |
Tests exception message. |
| RowCountExceptionTest::testExceptionMessageNull |
function |
core/tests/Drupal/Tests/Core/Database/RowCountExceptionTest.php |
Tests exception message null. |
| RowEntityRenderersTest |
class |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the entity row renderers. |