Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsConfigUpdater::needsDefaultArgumentSkipUrlUpdate | function | core/ |
Checks for each view if default_argument_skip_url needs to be removed. |
| ViewsConfigUpdater::needsEntityArgumentUpdate | function | core/ |
Checks if 'numeric' arguments should be converted to 'entity_target_id'. |
| ViewsConfigUpdater::needsOembedEagerLoadFieldUpdate | function | core/ |
Add eager load option to all oembed type field configurations. |
| ViewsConfigUpdater::needsPagerHeadingUpdate | function | core/ |
Checks for each view if pagination_heading_level needs to be added. |
| ViewsConfigUpdater::needsRenderedEntityFieldUpdate | function | core/ |
Checks for entity view display cache tags from rendered entity fields. |
| ViewsConfigUpdater::needsResponsiveImageLazyLoadFieldUpdate | function | core/ |
Add lazy load options to all responsive_image type field configurations. |
| ViewsConfigUpdater::needsRevisionFieldHyphenFix | function | core/ |
Checks each display in a view to see if it needs the hyphen fix. |
| ViewsConfigUpdater::needsTaxonomyTermFilterUpdate | function | core/ |
Removes user context from all views using term filter configurations. |
| ViewsConfigUpdater::needsTimestampFormatterTimeDiffUpdate | function | core/ |
Updates the timestamp fields settings by adding time diff and tooltip. |
| ViewsConfigUpdater::processDefaultArgumentSkipUrlUpdate | function | core/ |
Processes arguments and removes the default_argument_skip_url setting. |
| ViewsConfigUpdater::processDefaultPagerHeadingUpdate | function | core/ |
Processes displays and adds pagination_heading_level if necessary. |
| ViewsConfigUpdater::processDisplayHandlers | function | core/ |
Processes all display handlers. |
| ViewsConfigUpdater::processEntityArgumentUpdate | function | core/ |
Processes arguments and convert 'numeric' to 'entity_target_id' if needed. |
| ViewsConfigUpdater::processOembedEagerLoadFieldHandler | function | core/ |
Processes oembed type fields. |
| ViewsConfigUpdater::processRenderedEntityFieldHandler | function | core/ |
Processes rendered_entity type fields. |
| ViewsConfigUpdater::processResponsiveImageLazyLoadFieldHandler | function | core/ |
Processes responsive_image type fields. |
| ViewsConfigUpdater::processRevisionFieldHyphenFix | function | core/ |
Replaces hyphen on historical data (revision) fields. |
| ViewsConfigUpdater::processTaxonomyTermFilterHandler | function | core/ |
Processes taxonomy_index_tid type filters. |
| ViewsConfigUpdater::processTimestampFormatterTimeDiffUpdateHandler | function | core/ |
Processes timestamp fields settings by adding time diff and tooltip. |
| 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::$modules | property | core/ |
Modules to install. |
| ViewsConfigUpdaterTest::loadTestView | function | core/ |
Loads a test view. |
| ViewsConfigUpdaterTest::testNeedsRenderedEntityFieldUpdate | function | core/ |
@covers ::needsRenderedEntityFieldUpdate[[api-linebreak]] |
| ViewsConfigUpdaterTest::testNeedsResponsiveImageLazyLoadFieldUpdate | function | core/ |
@covers ::needsResponsiveImageLazyLoadFieldUpdate[[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::$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. |
Pagination
- Previous page
- Page 1449
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.