Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsData::getViewsData | function | core/ |
Returns the views data. |
| ViewsData::prepareCid | function | core/ |
Prepares the cache ID by appending a language code. |
| ViewsData::processEntityTypes | function | core/ |
Links tables with 'entity type' to respective generic entity-type tables. |
| ViewsData::__construct | function | core/ |
|
| ViewsData::__construct | function | core/ |
Creates a new ViewsData instance. |
| ViewsDataHelper | class | core/ |
Defines a helper class for stuff related to views data. |
| ViewsDataHelper.php | file | core/ |
|
| ViewsDataHelper::$data | property | core/ |
The views data object, containing the cached information. |
| ViewsDataHelper::$fields | property | core/ |
A prepared list of all fields, keyed by base_table and handler type. |
| ViewsDataHelper::fetchedFieldSort | function | core/ |
Sort function for fetched fields. |
| ViewsDataHelper::fetchFields | function | core/ |
Fetches a list of all fields available for a given base type. |
| ViewsDataHelper::__construct | function | core/ |
Constructs a ViewsData object. |
| ViewsDataHelperTest | class | core/ |
Tests Drupal\views\ViewsDataHelper. |
| ViewsDataHelperTest.php | file | core/ |
|
| ViewsDataHelperTest::testFetchFields | function | core/ |
Tests fetchFields. |
| ViewsDataHelperTest::viewsData | function | core/ |
Returns the views data definition. |
| ViewsDataIntegrationTest | class | core/ |
Tests the views integration of content_moderation. |
| ViewsDataIntegrationTest.php | file | core/ |
|
| ViewsDataIntegrationTest::$modules | property | core/ |
Modules to install. |
| ViewsDataIntegrationTest::setUp | function | core/ |
|
| ViewsDataIntegrationTest::testContentModerationStateField | function | core/ |
Tests the content moderation state views field. |
| ViewsDataTest | class | core/ |
Test to ensure views data is properly created for the Options module. |
| ViewsDataTest | class | core/ |
Tests Drupal\views\ViewsData. |
| ViewsDataTest | class | core/ |
Tests the service views.views_data. |
| ViewsDataTest.php | file | core/ |
|
| ViewsDataTest.php | file | core/ |
|
| ViewsDataTest.php | file | core/ |
|
| ViewsDataTest::$cacheBackend | property | core/ |
The mocked cache backend. |
| ViewsDataTest::$field | property | core/ |
The field data. |
| ViewsDataTest::$fieldStorage | property | core/ |
The field storage. |
| ViewsDataTest::$languageManager | property | core/ |
The mocked language manager. |
| ViewsDataTest::$moduleHandler | property | core/ |
The mocked module handler. |
| ViewsDataTest::$modules | property | core/ |
Modules to install. |
| ViewsDataTest::$viewsData | property | core/ |
The tested views data class. |
| ViewsDataTest::providerTestGetEmptyKey | function | core/ |
Provides data to testGetEmptyKey(). |
| ViewsDataTest::setUp | function | core/ |
|
| ViewsDataTest::setUp | function | core/ |
|
| ViewsDataTest::setUpMockCacheBackend | function | core/ |
Reinitializes the cache backend as a mock object. |
| ViewsDataTest::setUpMockModuleHandler | function | core/ |
Reinitializes the module handler as a mock object. |
| ViewsDataTest::setUpMockModuleHandlerWithExpectation | function | core/ |
Reinitializes the module handler as a mock object with an expectation. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables | function | core/ |
Tests the cache calls for all views data without a warm cache. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables | function | core/ |
Tests the cache calls for multiple tables without warm caches. |
| ViewsDataTest::testCacheCallsWithSameTableMultipleTimes | function | core/ |
Tests the cache backend behavior with requesting the same table multiple. |
| ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache | function | core/ |
Tests the cache calls for a single table and warm cache. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndDifferentTable | function | core/ |
Tests the cache calls for a different table than the one in cache. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables | function | core/ |
Tests the cache calls for all views data. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable | function | core/ |
Tests the cache calls for a non-existent table. |
| ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable | function | core/ |
Tests the cache calls for a non-existent table. |
| ViewsDataTest::testClearResetsFullyLoaded | function | core/ |
Tests that clear() resets the fullyLoaded property. |
| ViewsDataTest::testConcurrentFiberAccess | function | core/ |
Tests that concurrent fibers retrieving views data cache entries correctly. |
Pagination
- Previous page
- Page 1804
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.