| RouteSubscriberTest.php |
file |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Contains \Drupal\Tests\views\Unit\EventSubscriber\RouteSubscriberTest. |
| 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 view 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 |
@covers ::routeRebuildFinished[[api-linebreak]] |
| 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 enable. |
| 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. |
| RowEntityRenderersTest |
class |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the entity row renderers. |
| RowEntityRenderersTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
|
| RowEntityRenderersTest::$expected |
property |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
An array of titles for each node per language. |
| RowEntityRenderersTest::$langcodes |
property |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
An array of added languages. |
| RowEntityRenderersTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Modules to enable. |
| RowEntityRenderersTest::$testAuthor |
property |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
The author of the test content. |
| RowEntityRenderersTest::$testIds |
property |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
An array of IDs of the test content. |
| RowEntityRenderersTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Views used by this test. |
| RowEntityRenderersTest::assertTranslations |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Checks that the view results match the expected values. |
| RowEntityRenderersTest::checkLanguageRenderers |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Checks that the language renderer configurations work as expected. |
| RowEntityRenderersTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
|
| RowEntityRenderersTest::testEntityRenderers |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the entity row renderers. |
| RowEntityRenderersTest::testFieldRenderers |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the field row renderers. |
| RowEntityRenderersTest::testRevisionBaseTable |
function |
core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php |
Tests the row renderer with a revision base table. |
| RowEntityTest |
class |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
Tests the generic entity row plugin. |
| RowEntityTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
|
| RowEntityTest::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
Modules to enable. |
| RowEntityTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
Views used by this test. |
| RowEntityTest::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
|
| RowEntityTest::testEntityRow |
function |
core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php |
Tests the entity row handler. |
| RowPluginTest |
class |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Tests the node row plugin. |
| RowPluginTest.php |
file |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
|
| RowPluginTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
The theme to install as the default for testing. |
| RowPluginTest::$modules |
property |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Modules to enable. |
| RowPluginTest::$nodes |
property |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Contains all nodes used by this test. |
| RowPluginTest::$testViews |
property |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Views used by this test. |
| RowPluginTest::setUp |
function |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
|
| RowPluginTest::testRowPlugin |
function |
core/modules/node/tests/src/Functional/Views/RowPluginTest.php |
Tests the node row plugin. |
| RowRenderCacheTest |
class |
core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php |
Tests row render caching. |
| RowRenderCacheTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php |
|