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
UserUpdate7002::$timezones property core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php System timezones.
UserUpdate7002::create function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Creates an instance of the plugin.
UserUpdate7002::transform function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Performs the associated process.
UserUpdate7002::__construct function core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php Constructs a \Drupal\Component\Plugin\PluginBase object.
UserUpdate8002 class core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php Keep the predefined roles for rid 1 and 2.
UserUpdate8002.php file core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php
UserUpdate8002::transform function core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php Keep the predefined roles for rid 1 and 2.
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
ViewsAddDefaultTableCssClassUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Tests the addition of the default table style `class` setting.
ViewsAddDefaultTableCssClassUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php
ViewsAddDefaultTableCssClassUpdateTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Modules to install after the database is loaded.
ViewsAddDefaultTableCssClassUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Set database dump files to be used.
ViewsAddDefaultTableCssClassUpdateTest::setUp function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php
ViewsAddDefaultTableCssClassUpdateTest::testViewsPostUpdateAddDefaultTableCssClass function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultTableCssClassUpdateTest.php Tests the upgrade path adding table style default CSS class.
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::$triggeredDeprecations property core/modules/views/src/ViewsConfigUpdater.php Stores which deprecations were triggered.
ViewsConfigUpdater::areDeprecationsEnabled function core/modules/views/src/ViewsConfigUpdater.php Whether deprecations are enabled.
ViewsConfigUpdater::needsEntityArgumentUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'numeric' arguments should be converted to 'entity_target_id'.
ViewsConfigUpdater::needsRememberRolesUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks if 'remember_roles' setting of an exposed filter has disabled roles.
ViewsConfigUpdater::needsTableCssClassUpdate function core/modules/views/src/ViewsConfigUpdater.php Checks for table style views needing a default CSS table class value.
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::processRememberRolesUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes filters and removes disabled remember roles.
ViewsConfigUpdater::processTableCssClassUpdate function core/modules/views/src/ViewsConfigUpdater.php Processes views and adds default CSS table class value if necessary.
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 Tests Drupal\views\ViewsConfigUpdater.
ViewsConfigUpdaterTest class core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php Tests the views config updater service.
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest.php file core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php The theme to install as the default for testing.
ViewsConfigUpdaterTest::$modules property core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php Modules to install.
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::setUp function core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php
ViewsConfigUpdaterTest::testDeprecationsFlagPersists function core/modules/views/tests/src/Functional/ViewsConfigUpdaterTest.php Tests the deprecationsEnabled flag persists from post_update to presave.
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.

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