| ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a non-existent table. |
| ViewsDataTest::testClearResetsFullyLoaded |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests that clear() resets the fullyLoaded property. |
| ViewsDataTest::testConcurrentFiberAccess |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests that concurrent fibers retrieving views data cache entries correctly. |
| ViewsDataTest::testFetchBaseTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the fetchBaseTables() method. |
| ViewsDataTest::testFullAndTableGetCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache of the full and single table data. |
| ViewsDataTest::testFullGetCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the caching of the full views data. |
| ViewsDataTest::testFullyLoadedPreventsRedundantLoading |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests that fullyLoaded prevents redundant data loading. |
| ViewsDataTest::testFullyLoadedPropertySetAfterCacheLoad |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests that fullyLoaded is TRUE when data is loaded from cache. |
| ViewsDataTest::testFullyLoadedPropertySetAfterDataLoad |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests that fullyLoaded is only set to TRUE after data is completely loaded. |
| ViewsDataTest::testFullyLoadedSetByGetMethod |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests fullyLoaded with get() method triggering full data load. |
| ViewsDataTest::testGetEmptyKey |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests that getting data with an empty key throws an exception. |
| ViewsDataTest::testGetOnFirstCall |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests fetching all the views data without a static cache. |
| ViewsDataTest::testNonExistingTableGetCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests building the views data with a non existing table. |
| ViewsDataTest::testOptionsFieldViewsData |
function |
core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php |
Tests the option module's implementation of hook_field_views_data(). |
| ViewsDataTest::testSingleTableGetCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the caching of the views data for a specific table. |
| ViewsDataTest::testViewsViewsDataIsBackendOverridable |
function |
core/modules/views/tests/src/Kernel/ViewsDataTest.php |
Tests that the service "views.views_data" is backend-overridable. |
| ViewsDataTest::viewsData |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Returns the views data definition. |
| ViewsDataTest::viewsDataWithProvider |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Returns the views data definition with the provider key. |
| ViewSelectionEntityReferenceTest |
class |
core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php |
Tests the ViewSelection EntityReferenceSelection plugin. |
| ViewSelectionEntityReferenceTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php |
|
| ViewSelectionEntityReferenceTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php |
Modules to install. |
| ViewSelectionEntityReferenceTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php |
Views used by this test. |
| ViewSelectionEntityReferenceTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php |
|
| ViewSelectionEntityReferenceTest::testSelectionPlugin |
function |
core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php |
Tests the ViewSelection plugin. |
| ViewsEntitySchemaSubscriberIntegrationTest |
class |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber. |
| ViewsEntitySchemaSubscriberIntegrationTest.php |
file |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
|
| ViewsEntitySchemaSubscriberIntegrationTest::$entityDefinitionUpdateManager |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The entity definition update manager. |
| ViewsEntitySchemaSubscriberIntegrationTest::$entityTypeManager |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The entity type manager service. |
| ViewsEntitySchemaSubscriberIntegrationTest::$eventDispatcher |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The event dispatcher. |
| ViewsEntitySchemaSubscriberIntegrationTest::$eventSubscriber |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The tested event subscriber of views. |
| ViewsEntitySchemaSubscriberIntegrationTest::$modules |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Modules to install. |
| ViewsEntitySchemaSubscriberIntegrationTest::$state |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The state service. |
| ViewsEntitySchemaSubscriberIntegrationTest::$testViews |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Views used by this test. |
| ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Checks that the passed-in view IDs were the only ones updated. |
| ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Gets a view and its display. |
| ViewsEntitySchemaSubscriberIntegrationTest::setUp |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
|
| ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming base tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testBrokenView |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that broken views are handled gracefully. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that adding data tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDataTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming data tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that views are disabled when an entity type is deleted. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming revision tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDataTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming revision tables adapts the views. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDisabling |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that removing revision support disables the view. |
| ViewsEntitySchemaSubscriberIntegrationTest::testRevisionEnabling |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that enabling revisions doesn't do anything. |
| ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests a bunch possible entity definition table updates. |
| ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests some possible entity table updates for a revision view. |
| ViewsEntitySchemaSubscriberIntegrationTest::testViewSaveException |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests the case when a view could not be updated automatically. |
| ViewsEntityTestHooks |
class |
core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php |
Hook implementations for views_entity_test. |
| ViewsEntityTestHooks.php |
file |
core/modules/views/tests/modules/views_entity_test/src/Hook/ViewsEntityTestHooks.php |
|