Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
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
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
ViewsConfigUpdaterTest::testNeedsResponsiveImageLazyLoadFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsResponsiveImageLazyLoadFieldUpdate
ViewsDataTest::$configFactory property core/modules/views/tests/src/Unit/ViewsDataTest.php The mocked config factory.
ViewsMenuLinkForm::buildConfigurationForm function core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php Form constructor.
ViewsSelection::buildConfigurationForm function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Form constructor.
ViewsSelection::defaultConfiguration function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Gets default configuration for this plugin.
ViewStorageTest::$configProperties property core/modules/views/tests/src/Kernel/ViewStorageTest.php Properties that should be stored in the configuration.
ViewStorageTest::testConfigurationEntityCRUD function core/modules/views/tests/src/Kernel/ViewStorageTest.php Tests CRUD operations.
views_config_entity_test.info.yml file core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml
views_config_entity_test.schema.yml file core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml
views_field_config_delete function core/modules/views/views.module Implements hook_ENTITY_TYPE_delete() for 'field_config'.
views_field_config_insert function core/modules/views/views.module Implements hook_ENTITY_TYPE_insert() for 'field_config'.
views_field_config_update function core/modules/views/views.module Implements hook_ENTITY_TYPE_update() for 'field_config'.
views_test_config.info.yml file core/modules/views/tests/modules/views_test_config/views_test_config.info.yml core/modules/views/tests/modules/views_test_config/views_test_config.info.yml
views_test_config.module file core/modules/views/tests/modules/views_test_config/views_test_config.module Contains the "views_test_config" module main functionality.
views_test_config.views.schema.yml file core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
views_test_config_views_plugins_area_alter function core/modules/views/tests/modules/views_test_config/views_test_config.module
views_test_config_views_plugins_argument_alter function core/modules/views/tests/modules/views_test_config/views_test_config.module
views_test_config_views_plugins_field_alter function core/modules/views/tests/modules/views_test_config/views_test_config.module
views_test_config_views_plugins_filter_alter function core/modules/views/tests/modules/views_test_config/views_test_config.module

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