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
Update::$expressionFields property core/lib/Drupal/Core/Database/Query/Update.php Array of fields to update to an expression in case of a duplicate record.
Update::$fields property core/lib/Drupal/Core/Database/Query/Update.php An array of fields that will be updated.
Update::$table property core/lib/Drupal/Core/Database/Query/Update.php The table to update.
Update::execute function core/lib/Drupal/Core/Database/Driver/pgsql/Update.php Executes the UPDATE query.
Update::execute function core/lib/Drupal/Core/Database/Query/Update.php Executes the UPDATE query.
Update::expression function core/lib/Drupal/Core/Database/Query/Update.php Specifies fields to be updated as an expression.
Update::fields function core/lib/Drupal/Core/Database/Query/Update.php Adds a set of field->value pairs to be updated.
Update::__construct function core/lib/Drupal/Core/Database/Query/Update.php Constructs an Update query object.
Update::__toString function core/lib/Drupal/Core/Database/Query/Update.php Implements PHP magic __toString method to convert the query to a string.
UpdateActionsWithEntityPluginsTest class core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node actions to generic entity ones.
UpdateActionsWithEntityPluginsTest.php file core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php
UpdateActionsWithEntityPluginsTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php The theme to install as the default for testing.
UpdateActionsWithEntityPluginsTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Set database dump files to be used.
UpdateActionsWithEntityPluginsTest::testUpdateActionsWithEntityPlugins function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node actions to generic entity ones.
UpdateActionsWithEntityPluginsTest::testUpdateDeleteActionsWithEntityPlugins function core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php Tests upgrading comment and node delete actions to generic entity ones.
UpdateApiEntityDefinitionUpdateTest class core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests performing entity updates through the Update API.
UpdateApiEntityDefinitionUpdateTest.php file core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
UpdateApiEntityDefinitionUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php The theme to install as the default for testing.
UpdateApiEntityDefinitionUpdateTest::$modules property core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Modules to enable.
UpdateApiEntityDefinitionUpdateTest::reloadEntity function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Reloads the specified entity.
UpdateApiEntityDefinitionUpdateTest::setUp function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
UpdateApiEntityDefinitionUpdateTest::testMultipleUpdates function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that multiple updates applied in bulk work as expected.
UpdateApiEntityDefinitionUpdateTest::testSingleUpdates function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that individual updates applied sequentially work as expected.
UpdateApiEntityDefinitionUpdateTest::testStatusReport function core/modules/system/tests/src/Functional/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php Tests that entity updates are correctly reported in the status report page.
UpdateBackend class core/lib/Drupal/Core/Update/UpdateBackend.php Defines a cache backend for use during Drupal database updates.
UpdateBackend.php file core/lib/Drupal/Core/Update/UpdateBackend.php
UpdateBackend::$backend property core/lib/Drupal/Core/Update/UpdateBackend.php The regular runtime cache backend.
UpdateBackend::delete function core/lib/Drupal/Core/Update/UpdateBackend.php Deletes an item from the cache.
UpdateBackend::deleteAll function core/lib/Drupal/Core/Update/UpdateBackend.php Deletes all cache items in a bin.
UpdateBackend::deleteMultiple function core/lib/Drupal/Core/Update/UpdateBackend.php Deletes multiple items from the cache.
UpdateBackend::__construct function core/lib/Drupal/Core/Update/UpdateBackend.php UpdateBackend constructor.
UpdateBlockForm class core/modules/layout_builder/src/Form/UpdateBlockForm.php Provides a form to update a block.
UpdateBlockForm.php file core/modules/layout_builder/src/Form/UpdateBlockForm.php
UpdateBlockForm::buildForm function core/modules/layout_builder/src/Form/UpdateBlockForm.php Builds the block form.
UpdateBlockForm::getFormId function core/modules/layout_builder/src/Form/UpdateBlockForm.php Returns a unique string identifying the form.
UpdateBlockForm::submitLabel function core/modules/layout_builder/src/Form/UpdateBlockForm.php Returns the label for the submit button.
UpdateBuildIdCommand class core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php AJAX command for updating the value of a hidden form_build_id input element
on a form. It requires the form passed in to have keys for both the old build
ID in #build_id_old and the new build ID in #build_id.
UpdateBuildIdCommand.php file core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php
UpdateBuildIdCommand::$new property core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php New build id.
UpdateBuildIdCommand::$old property core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php Old build id.
UpdateBuildIdCommand::render function core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php Return an array to be run through json_encode and sent to the client.
UpdateBuildIdCommand::__construct function core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php Constructs a UpdateBuildIdCommand object.
UpdateCacheBackendFactory class core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php Cache factory implementation for use during Drupal database updates.
UpdateCacheBackendFactory.php file core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php
UpdateCacheBackendFactory::$bins property core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php Instantiated update cache bins.
UpdateCacheBackendFactory::$cacheFactory property core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php The regular runtime cache_factory service.
UpdateCacheBackendFactory::get function core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php Gets a cache backend class for a given cache bin.
UpdateCacheBackendFactory::__construct function core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php UpdateCacheBackendFactory constructor.
UpdateCacheTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php Tests caches during updates.
UpdateCacheTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php

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