Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 10.3.x for update
  4. Search 11.x for update
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
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::$multivalueBaseFieldsUpdateTableInfo property core/modules/views/src/ViewsConfigUpdater.php An array of helper data for the multivalue base field update.
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::create function core/modules/views/src/ViewsConfigUpdater.php Instantiates a new instance of this class.
ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo function core/modules/views/src/ViewsConfigUpdater.php Returns the multivalue base fields update table info.
ViewsConfigUpdater::mapOperatorFromSingleToMultiple function core/modules/views/src/ViewsConfigUpdater.php Maps a single operator to a multiple one, if possible.
ViewsConfigUpdater::needsEntityLinkUrlUpdate function core/modules/views/src/ViewsConfigUpdater.php Add additional settings to the entity link field.
ViewsConfigUpdater::needsMultivalueBaseFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Update field names for multi-value base fields.
ViewsConfigUpdater::needsOperatorDefaultsUpdate function core/modules/views/src/ViewsConfigUpdater.php Add additional settings to the entity link field.
ViewsConfigUpdater::processDisplayHandlers function core/modules/views/src/ViewsConfigUpdater.php Processes all display handlers.
ViewsConfigUpdater::processEntityLinkUrlHandler function core/modules/views/src/ViewsConfigUpdater.php Processes entity link URL fields.
ViewsConfigUpdater::processMultivalueBaseFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes handlers affected by the multivalue base field update.
ViewsConfigUpdater::processOperatorDefaultsHandler function core/modules/views/src/ViewsConfigUpdater.php Processes operator defaults.
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::$configUpdater property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php The views config updater.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Modules to enable.
ViewsConfigUpdaterTest::loadTestView function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Loads a test view.
ViewsConfigUpdaterTest::setUp function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::testNeedsEntityLinkUrlUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsEntityLinkUrlUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testNeedsOperatorUpdateDefaults function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsOperatorDefaultsUpdate[[api-linebreak]]
ViewsConfigUpdaterTest::testUpdateAll function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::updateAll[[api-linebreak]]
ViewsDataTableDependencyUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php Tests the upgrade path for views data table provider dependencies.
ViewsDataTableDependencyUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php
ViewsDataTableDependencyUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php Set database dump files to be used.
ViewsDataTableDependencyUpdateTest::testPostUpdate function core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php Tests that dependencies are correct after update.
ViewsEntitySchemaSubscriber::onEntityTypeUpdate function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Reacts to the update of the entity type.
ViewsEntitySchemaSubscriberIntegrationTest::$entityDefinitionUpdateManager property core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php The entity definition update manager.
ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Checks that the passed-in view IDs were the only ones updated.
ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Gets a view and its display.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests a bunch possible entity definition table updates.
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests some possible entity table updates for a revision view.
ViewsMenuLink::updateLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Updates the definition values for a menu link.
views_base_field_override_update function core/modules/views/views.module Implements hook_ENTITY_TYPE_update().
views_field_config_update function core/modules/views/views.module Implements hook_ENTITY_TYPE_update() for 'field_config'.
views_post_update_boolean_filter_values function core/modules/views/views.post_update.php Set all boolean filter values to strings.
views_post_update_bulk_field_moved function core/modules/views/views.post_update.php Update dependencies for moved bulk field plugin.
views_post_update_cleanup_duplicate_views_data function core/modules/views/views.post_update.php Update some views fields that were previously duplicated.
views_post_update_entity_link_url function core/modules/views/views.post_update.php Add additional settings to the entity link field and convert node_path usage
to entity_link.
views_post_update_exposed_filter_blocks_label_display function core/modules/views/views.post_update.php Update exposed filter blocks label display to be disabled.
views_post_update_field_formatter_dependencies function core/modules/views/views.post_update.php Include field formatter dependencies in a view when the formatter is used.
views_post_update_field_names_for_multivalue_fields function core/modules/views/views.post_update.php Update field names for multi-value base fields.
views_post_update_filter_placeholder_text function core/modules/views/views.post_update.php Add placeholder settings to string or numeric filters.
views_post_update_grouped_filters function core/modules/views/views.post_update.php Rebuild caches to ensure schema changes are read in.
views_post_update_limit_operator_defaults function core/modules/views/views.post_update.php Define default values for limit operators settings in all filters.

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