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
UpdatePathTestTrait::ensureUpdatesToRun function core/tests/Drupal/Tests/UpdatePathTestTrait.php Installs the update_script_test module and makes an update available.
UpdatePathTestTrait::runUpdates function core/tests/Drupal/Tests/UpdatePathTestTrait.php Helper function to run pending database updates.
UpdatePathWithBrokenRoutingTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php Tests the update path with a broken router.
UpdatePathWithBrokenRoutingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php
UpdatePathWithBrokenRoutingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php The theme to install as the default for testing.
UpdatePathWithBrokenRoutingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php
UpdatePathWithBrokenRoutingTest::testWithBrokenRouting function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathWithBrokenRoutingTest.php Tests running update.php with some form of broken routing.
UpdatePostUpdateFailingTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php Tests hook_post_update() when there are failing update hooks.
UpdatePostUpdateFailingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
UpdatePostUpdateFailingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php The theme to install as the default for testing.
UpdatePostUpdateFailingTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php Tests the selection page.
UpdatePostUpdateFailingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
UpdatePostUpdateFailingTest::testPostUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php Tests hook_post_update_NAME().
UpdatePostUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php Tests hook_post_update().
UpdatePostUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
UpdatePostUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php The theme to install as the default for testing.
UpdatePostUpdateTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php Tests the selection page.
UpdatePostUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
UpdatePostUpdateTest::testPostUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php Tests hook_post_update_NAME().
UpdateProcessor class core/modules/update/src/UpdateProcessor.php Process project update information.
UpdateProcessor.php file core/modules/update/src/UpdateProcessor.php
UpdateProcessor::$availableReleasesTempStore property core/modules/update/src/UpdateProcessor.php Update available releases store
UpdateProcessor::$failed property core/modules/update/src/UpdateProcessor.php Array of release history URLs that we have failed to fetch
UpdateProcessor::$fetchQueue property core/modules/update/src/UpdateProcessor.php The update fetch queue.
UpdateProcessor::$fetchTaskStore property core/modules/update/src/UpdateProcessor.php Update Fetch Task Store
UpdateProcessor::$privateKey property core/modules/update/src/UpdateProcessor.php The private key.
UpdateProcessor::$stateStore property core/modules/update/src/UpdateProcessor.php The state service.
UpdateProcessor::$tempStore property core/modules/update/src/UpdateProcessor.php Update key/value store
UpdateProcessor::$updateFetcher property core/modules/update/src/UpdateProcessor.php The UpdateFetcher service.
UpdateProcessor::$updateSettings property core/modules/update/src/UpdateProcessor.php The update settings
UpdateProcessor::claimQueueItem function core/modules/update/src/UpdateProcessor.php Claims an item in the update fetch queue for processing.
UpdateProcessor::createFetchTask function core/modules/update/src/UpdateProcessor.php Adds a task to the queue for fetching release history data for a project.
UpdateProcessor::deleteQueueItem function core/modules/update/src/UpdateProcessor.php Deletes a finished item from the update fetch queue.
UpdateProcessor::fetchData function core/modules/update/src/UpdateProcessor.php Attempts to drain the queue of tasks for release history data to fetch.
UpdateProcessor::numberOfQueueItems function core/modules/update/src/UpdateProcessor.php Retrieves the number of items in the update fetch queue.
UpdateProcessor::parseXml function core/modules/update/src/UpdateProcessor.php Parses the XML of the Drupal release history info files.
UpdateProcessor::processFetchTask function core/modules/update/src/UpdateProcessor.php Processes a task to fetch available update data for a single project.
UpdateProcessor::__construct function core/modules/update/src/UpdateProcessor.php Constructs a UpdateProcessor.
UpdateProcessorInterface interface core/modules/update/src/UpdateProcessorInterface.php Processor of project update information.
UpdateProcessorInterface.php file core/modules/update/src/UpdateProcessorInterface.php
UpdateProcessorInterface::claimQueueItem function core/modules/update/src/UpdateProcessorInterface.php Claims an item in the update fetch queue for processing.
UpdateProcessorInterface::createFetchTask function core/modules/update/src/UpdateProcessorInterface.php Adds a task to the queue for fetching release history data for a project.
UpdateProcessorInterface::deleteQueueItem function core/modules/update/src/UpdateProcessorInterface.php Deletes a finished item from the update fetch queue.
UpdateProcessorInterface::fetchData function core/modules/update/src/UpdateProcessorInterface.php Attempts to drain the queue of tasks for release history data to fetch.
UpdateProcessorInterface::numberOfQueueItems function core/modules/update/src/UpdateProcessorInterface.php Retrieves the number of items in the update fetch queue.
UpdateProcessorInterface::processFetchTask function core/modules/update/src/UpdateProcessorInterface.php Processes a task to fetch available update data for a single project.
Updater class core/lib/Drupal/Core/Updater/Updater.php Defines the base class for Updaters used in Drupal.
Updater.php file core/lib/Drupal/Core/Updater/Updater.php
Updater::$root property core/lib/Drupal/Core/Updater/Updater.php The root directory under which new projects will be copied.
Updater::$source property core/lib/Drupal/Core/Updater/Updater.php Directory to install from.

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