Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 8.9.x for update
  4. Search 10.3.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/sqlite/src/Driver/Database/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/mysql/src/Driver/Database/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Update.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\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
user_removed_post_updates function core/modules/user/user.post_update.php Implements hook_removed_post_updates().
user_update_last_removed function core/modules/user/user.install Implements hook_update_last_removed().
VendorHardeningPlugin::onPostPackageUpdate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_PACKAGE_UPDATE event handler.
VendorHardeningPlugin::onPrePackageUpdate function composer/Plugin/VendorHardening/VendorHardeningPlugin.php PRE_PACKAGE_UPDATE event handler.
views.post_update.php file core/modules/views/views.post_update.php Post update functions for Views.
views.view.test_entity_id_argument_update.yml file core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml core/modules/views/tests/fixtures/update/views.view.test_entity_id_argument_update.yml
views.view.test_fix_revision_id_update.yml file core/modules/views/tests/fixtures/update/views.view.test_fix_revision_id_update.yml core/modules/views/tests/fixtures/update/views.view.test_fix_revision_id_update.yml
ViewsAddDefaultPaginationHeaderTest::testViewsPostUpdatePaginationHeadingLevel function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultPaginationHeaderTest.php Tests the upgrade path adding pagination_heading_level.
ViewsAddMissingLabelsUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php Tests the upgrade path for adding missing labels.
ViewsAddMissingLabelsUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php
ViewsAddMissingLabelsUpdateTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php Modules to enable after the database is loaded.
ViewsAddMissingLabelsUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php Set database dump files to be used.
ViewsAddMissingLabelsUpdateTest::setUp function core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php
ViewsAddMissingLabelsUpdateTest::testViewsPostUpdateFixRevisionId function core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php Tests the upgrade path for adding missing labels.
ViewsConfigUpdater class core/modules/views/src/ViewsConfigUpdater.php Provides a BC layer for modules providing old configurations.
ViewsConfigUpdater.php file core/modules/views/src/ViewsConfigUpdater.php
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::$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::create function core/modules/views/src/ViewsConfigUpdater.php Instantiates a new instance of this class.
ViewsConfigUpdater::needsEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'numeric' arguments should be converted to 'entity_target_id'.
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::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::testViewsConfigUpdater function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php Tests ViewsConfigUpdater.
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.
ViewsFixRevisionIdUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php Tests the upgrade path for revision ids in field aliases.
ViewsFixRevisionIdUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php
ViewsFixRevisionIdUpdateTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php Modules to enable after the database is loaded.
ViewsFixRevisionIdUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php Set database dump files to be used.
ViewsFixRevisionIdUpdateTest::setUp function core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php
ViewsFixRevisionIdUpdateTest::testViewsPostUpdateFixRevisionId function core/modules/views/tests/src/Functional/Update/ViewsFixRevisionIdUpdateTest.php Tests the upgrade path for revision ids in field aliases.
ViewsHooks::baseFieldOverrideUpdate function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_update().
ViewsHooks::fieldConfigUpdate function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_update() for 'field_config'.
ViewsMenuLink::updateLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Updates the definition values for a menu link.

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