Search for view
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| View | class | core/ |
Provides a render element to display a view. |
| View | class | core/ |
Defines a View configuration entity class. |
| View | class | core/ |
Views area handlers. Insert a view inside of an area. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsData::$moduleHandler | property | core/ |
Stores a module manager to invoke hooks. |
| ViewsData::$storage | property | core/ |
Table data storage. |
| ViewsData::cacheGet | function | core/ |
Gets data from the cache backend. |
| ViewsData::cacheSet | function | core/ |
Sets data to the cache backend. |
| ViewsData::clear | function | core/ |
Clears the class storage and cache. |
| ViewsData::fetchBaseTables | function | core/ |
Fetches a list of all base tables available. |
| ViewsData::get | function | core/ |
Gets data for a particular table. |
| ViewsData::getAll | function | core/ |
Gets all table data. |
| ViewsData::getData | function | core/ |
Gets all data invoked by hook_views_data(). |
| 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/ |
Constructs this ViewsData object. |
| 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/ |
@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 install. |
| ViewsDataIntegrationTest::setUp | function | core/ |
|
| ViewsDataIntegrationTest::testContentModerationStateField | function | core/ |
Tests the content moderation state views field. |
| ViewsDataTest | class | core/ |
@coversDefaultClass \Drupal\views\ViewsData[[api-linebreak]] @group views |
| ViewsDataTest | class | core/ |
Tests the service views.views_data. |
| ViewsDataTest | class | core/ |
Test to ensure views data is properly created for the Options module. |
| ViewsDataTest.php | file | core/ |
|
| 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 install. |
| 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. |
Pagination
- Previous page
- Page 76
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.