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 |
|---|---|---|---|
| ViewsConfigUpdater::processEntityLinkUrlHandler | function | core/ |
Processes entity link URL fields. |
| ViewsConfigUpdater::processImageLazyLoadFieldHandler | function | core/ |
Processes image type fields. |
| ViewsConfigUpdater::processMultivalueBaseFieldHandler | function | core/ |
Processes handlers affected by the multivalue base field update. |
| ViewsConfigUpdater::processOperatorDefaultsHandler | function | core/ |
Processes operator defaults. |
| ViewsConfigUpdater::processSortFieldIdentifierUpdateHandler | function | core/ |
Processes sort handlers by adding the sort identifier. |
| ViewsConfigUpdater::setDeprecationsEnabled | function | core/ |
Sets the deprecations enabling status. |
| ViewsConfigUpdater::updateAll | function | core/ |
Performs all required updates. |
| ViewsConfigUpdater::__construct | function | core/ |
ViewsConfigUpdater constructor. |
| ViewsConfigUpdaterTest | class | core/ |
@coversDefaultClass \Drupal\views\ViewsConfigUpdater[[api-linebreak]] |
| ViewsConfigUpdaterTest.php | file | core/ |
|
| ViewsConfigUpdaterTest::$configUpdater | property | core/ |
The views config updater. |
| ViewsConfigUpdaterTest::$modules | property | core/ |
Modules to enable. |
| ViewsConfigUpdaterTest::loadTestView | function | core/ |
Loads a test view. |
| ViewsConfigUpdaterTest::setUp | function | core/ |
|
| ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate | function | core/ |
@covers ::needsEntityLinkUrlUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdateDeprecation | function | core/ |
@covers ::needsEntityLinkUrlUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate | function | core/ |
@covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseUpdateFieldsDeprecation | function | core/ |
@covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsImageLazyLoadFieldUpdate | function | core/ |
@covers ::needsImageLazyLoadFieldUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsOperatorDefaultsUpdateDeprecation | function | core/ |
@covers ::needsOperatorDefaultsUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults | function | core/ |
@covers ::needsOperatorDefaultsUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testUpdateAll | function | core/ |
@covers ::updateAll[[api-linebreak]] |
| 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. |
Pagination
- Previous page
- Page 1408
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.