Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 8.9.x for view
  4. Search 11.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
ViewsConfigUpdater::$deprecationsEnabled property core/modules/views/src/ViewsConfigUpdater.php Flag determining whether deprecations should be triggered.
ViewsConfigUpdater::$entityFieldManager property core/modules/views/src/ViewsConfigUpdater.php The entity field manager.
ViewsConfigUpdater::$entityTypeManager property core/modules/views/src/ViewsConfigUpdater.php The entity type manager.
ViewsConfigUpdater::$formatterPluginManager property core/modules/views/src/ViewsConfigUpdater.php The formatter plugin manager service.
ViewsConfigUpdater::$multivalueBaseFieldsUpdateTableInfo property core/modules/views/src/ViewsConfigUpdater.php An array of helper data for the multivalue base field update.
ViewsConfigUpdater::$triggeredDeprecations property core/modules/views/src/ViewsConfigUpdater.php Stores which deprecations were triggered.
ViewsConfigUpdater::$typedConfigManager property core/modules/views/src/ViewsConfigUpdater.php The typed config manager.
ViewsConfigUpdater::$viewsData property core/modules/views/src/ViewsConfigUpdater.php The views data service.
ViewsConfigUpdater::addLabelIfMissing function core/modules/views/src/ViewsConfigUpdater.php Adds a label to views which don't have one.
ViewsConfigUpdater::create function core/modules/views/src/ViewsConfigUpdater.php Instantiates a new instance of this class.
ViewsConfigUpdater::needsDefaultArgumentSkipUrlUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for each view if default_argument_skip_url needs to be removed.
ViewsConfigUpdater::needsEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'numeric' arguments should be converted to 'entity_target_id'.
ViewsConfigUpdater::needsOembedEagerLoadFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Add eager load option to all oembed type field configurations.
ViewsConfigUpdater::needsPagerHeadingUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for each view if pagination_heading_level needs to be added.
ViewsConfigUpdater::needsRenderedEntityFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for entity view display cache tags from rendered entity fields.
ViewsConfigUpdater::needsResponsiveImageLazyLoadFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Add lazy load options to all responsive_image type field configurations.
ViewsConfigUpdater::needsRevisionFieldHyphenFix function core/modules/views/src/ViewsConfigUpdater.php Checks each display in a view to see if it needs the hyphen fix.
ViewsConfigUpdater::needsTaxonomyTermFilterUpdate function core/modules/views/src/ViewsConfigUpdater.php Removes user context from all views using term filter configurations.
ViewsConfigUpdater::needsTimestampFormatterTimeDiffUpdate function core/modules/views/src/ViewsConfigUpdater.php Updates the timestamp fields settings by adding time diff and tooltip.
ViewsConfigUpdater::processDefaultArgumentSkipUrlUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes arguments and removes the default_argument_skip_url setting.
ViewsConfigUpdater::processDefaultPagerHeadingUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes displays and adds pagination_heading_level if necessary.
ViewsConfigUpdater::processDisplayHandlers function core/modules/views/src/ViewsConfigUpdater.php Processes all display handlers.
ViewsConfigUpdater::processEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes arguments and convert 'numeric' to 'entity_target_id' if needed.
ViewsConfigUpdater::processOembedEagerLoadFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes oembed type fields.
ViewsConfigUpdater::processRenderedEntityFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes rendered_entity type fields.
ViewsConfigUpdater::processResponsiveImageLazyLoadFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes responsive_image type fields.
ViewsConfigUpdater::processRevisionFieldHyphenFix function core/modules/views/src/ViewsConfigUpdater.php Replaces hyphen on historical data (revision) fields.
ViewsConfigUpdater::processTaxonomyTermFilterHandler function core/modules/views/src/ViewsConfigUpdater.php Processes taxonomy_index_tid type filters.
ViewsConfigUpdater::processTimestampFormatterTimeDiffUpdateHandler function core/modules/views/src/ViewsConfigUpdater.php Processes timestamp fields settings by adding time diff and tooltip.
ViewsConfigUpdater::setDeprecationsEnabled function core/modules/views/src/ViewsConfigUpdater.php Sets the deprecations enabling status.
ViewsConfigUpdater::updateAll function core/modules/views/src/ViewsConfigUpdater.php Performs all required updates.
ViewsConfigUpdater::__construct function core/modules/views/src/ViewsConfigUpdater.php ViewsConfigUpdater constructor.
ViewsConfigUpdaterTest class core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @coversDefaultClass \Drupal\views\ViewsConfigUpdater[[api-linebreak]]
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Modules to install.
ViewsConfigUpdaterTest::loadTestView function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Loads a test view.
ViewsConfigUpdaterTest::testNeedsRenderedEntityFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsRenderedEntityFieldUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsResponsiveImageLazyLoadFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsResponsiveImageLazyLoadFieldUpdate[[api-linebreak]]
ViewsData class core/modules/views/src/ViewsData.php Class to manage and lazy load cached views data.
ViewsData class core/modules/content_moderation/src/ViewsData.php Provides the content_moderation views integration.
ViewsData.php file core/modules/content_moderation/src/ViewsData.php
ViewsData.php file core/modules/views/src/ViewsData.php
ViewsData::$allStorage property core/modules/views/src/ViewsData.php All table storage data loaded from cache.
ViewsData::$baseCid property core/modules/views/src/ViewsData.php The base cache ID to use.
ViewsData::$cacheBackend property core/modules/views/src/ViewsData.php The cache backend to use.
ViewsData::$entityTypeManager property core/modules/content_moderation/src/ViewsData.php The entity type manager.
ViewsData::$fullyLoaded property core/modules/views/src/ViewsData.php Whether the data has been fully loaded in this request.
ViewsData::$langcode property core/modules/views/src/ViewsData.php The current language code.
ViewsData::$languageManager property core/modules/views/src/ViewsData.php The language manager.
ViewsData::$moderationInformation property core/modules/content_moderation/src/ViewsData.php The moderation information.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.