| ViewsDataTest |
class |
core/modules/views/tests/src/Kernel/ViewsDataTest.php |
Tests the service views.views_data. |
| ViewsDataTest.php |
file |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
|
| ViewsDataTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsDataTest.php |
|
| ViewsDataTest.php |
file |
core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php |
|
| ViewsDataTest::$cacheBackend |
property |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
The mocked cache backend. |
| ViewsDataTest::$field |
property |
core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php |
|
| ViewsDataTest::$fieldStorage |
property |
core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php |
The field storage. |
| ViewsDataTest::$languageManager |
property |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
The mocked language manager. |
| ViewsDataTest::$moduleHandler |
property |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
The mocked module handler. |
| ViewsDataTest::$modules |
property |
core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php |
|
| ViewsDataTest::$viewsData |
property |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
The tested views data class. |
| ViewsDataTest::providerTestGetEmptyKey |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Provides data to testGetEmptyKey(). |
| ViewsDataTest::setUp |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
|
| ViewsDataTest::setUp |
function |
core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php |
|
| ViewsDataTest::setUpMockCacheBackend |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Reinitializes the cache backend as a mock object. |
| ViewsDataTest::setUpMockModuleHandler |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Reinitializes the module handler as a mock object. |
| ViewsDataTest::setUpMockModuleHandlerWithExpectation |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Reinitializes the module handler as a mock object with an expectation. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for all views data without a warm cache. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for multiple tables without warm caches. |
| ViewsDataTest::testCacheCallsWithSameTableMultipleTimes |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache backend behavior with requesting the same table multiple. |
| ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a single table and warm cache. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndDifferentTable |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a different table than the one in cache. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for all views data. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a non-existent table. |
| 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. |
| ViewsDisplay |
class |
core/modules/views/src/Annotation/ViewsDisplay.php |
Defines a Plugin annotation object for views display plugins. |
| ViewsDisplay |
class |
core/modules/views/src/Attribute/ViewsDisplay.php |
Defines a Plugin attribute object for views display plugins. |
| ViewsDisplay.php |
file |
core/modules/views/src/Attribute/ViewsDisplay.php |
|
| ViewsDisplay.php |
file |
core/modules/views/src/Annotation/ViewsDisplay.php |
|
| ViewsDisplay::$admin |
property |
core/modules/views/src/Annotation/ViewsDisplay.php |
The administrative name of the display. |
| ViewsDisplay::$base |
property |
core/modules/views/src/Annotation/ViewsDisplay.php |
The base tables on which this display plugin can be used. |
| ViewsDisplay::$contextual_links_locations |
property |
core/modules/views/src/Annotation/ViewsDisplay.php |
A list of places where contextual links should be added. |
| ViewsDisplay::$help |
property |
core/modules/views/src/Annotation/ViewsDisplay.php |
A short help string; this is displayed in the views UI. |