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 |
---|---|---|---|
ViewsConfigUpdaterTest::testNeedsOperatorDefaultsUpdateDeprecation | function | core/ |
@covers ::needsOperatorDefaultsUpdate |
ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults | function | core/ |
@covers ::needsOperatorDefaultsUpdate |
ViewsConfigUpdaterTest::testUpdateAll | function | core/ |
@covers ::updateAll |
ViewsData | class | core/ |
Class to manage and lazy load cached views data. |
ViewsData | class | core/ |
Provides the content_moderation views integration. |
ViewsData.php | file | core/ |
|
ViewsData.php | file | core/ |
|
ViewsData::$allStorage | property | core/ |
All table storage data loaded from cache. |
ViewsData::$baseCid | property | core/ |
The base cache ID to use. |
ViewsData::$cacheBackend | property | core/ |
The cache backend to use. |
ViewsData::$entityTypeManager | property | core/ |
The entity type manager. |
ViewsData::$fullyLoaded | property | core/ |
Whether the data has been fully loaded in this request. |
ViewsData::$langcode | property | core/ |
The current language code. |
ViewsData::$languageManager | property | core/ |
The language manager. |
ViewsData::$moderationInformation | property | core/ |
The moderation information. |
ViewsData::$moduleHandler | property | core/ |
Stores a module manager to invoke hooks. |
ViewsData::$skipCache | property | core/ |
Whether or not to skip data caching and rebuild data each time. |
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 @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 @group views |
ViewsDataTest.php | file | core/ |
|
ViewsDataTest.php | file | core/ |
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.