Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
@coversDefaultClass \Drupal\views\ViewsDataHelper[[api-linebreak]] @group views |
| 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 enable. |
| 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/ |
@coversDefaultClass \Drupal\views\ViewsData[[api-linebreak]] @group views |
| ViewsDataTest.php | file | core/ |
|
| ViewsDataTest.php | file | core/ |
|
| ViewsDataTest::$cacheBackend | property | core/ |
The mocked cache backend. |
| ViewsDataTest::$cacheTagsInvalidator | property | core/ |
The mocked cache tags invalidator. |
| ViewsDataTest::$configFactory | property | core/ |
The mocked config factory. |
| ViewsDataTest::$field | property | core/ |
|
| 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 enable. |
| ViewsDataTest::$viewsData | property | core/ |
The tested views data class. |
| ViewsDataTest::providerTestGetEmptyKey | function | core/ |
|
| ViewsDataTest::setUp | function | core/ |
|
| ViewsDataTest::setUp | function | core/ |
|
| ViewsDataTest::setupMockedModuleHandler | function | core/ |
Mocks the basic module handler used for the test. |
| 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::testFetchBaseTables | function | core/ |
Tests the fetchBaseTables() method. |
| ViewsDataTest::testFullAndTableGetCache | function | core/ |
Tests the cache of the full and single table data. |
| ViewsDataTest::testFullGetCache | function | core/ |
Tests the caching of the full views data. |
| ViewsDataTest::testGetEmptyKey | function | core/ |
Tests that getting data with an empty key throws an exception. |
| ViewsDataTest::testGetOnFirstCall | function | core/ |
Tests fetching all the views data without a static cache. |
| ViewsDataTest::testNonExistingTableGetCache | function | core/ |
Tests building the views data with a non existing table. |
| ViewsDataTest::testOptionsFieldViewsData | function | core/ |
Tests the option module's implementation of hook_field_views_data(). |
| ViewsDataTest::testSingleTableGetCache | function | core/ |
Tests the caching of the views data for a specific table. |
| ViewsDataTest::viewsData | function | core/ |
Returns the views data definition. |
| ViewsDataTest::viewsDataWithProvider | function | core/ |
Returns the views data definition with the provider key. |
Pagination
- Previous page
- Page 1409
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.