Search for update

  1. Search 9.5.x for update
  2. Search 8.9.x for update
  3. Search 10.3.x for update
  4. Search 11.x for update
  5. Other projects
Title Object type File name Summary
UpdateQuery::notExists function includes/database/query.inc Implements QueryConditionInterface::notExists().
UpdateQuery::where function includes/database/query.inc Implements QueryConditionInterface::where().
UpdateQuery::__construct function includes/database/query.inc Constructs an UpdateQuery object.
UpdateQuery::__toString function includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
UpdateQuery_mysql class includes/database/mysql/query.inc
UpdateQuery_mysql::__toString function includes/database/mysql/query.inc Implements PHP magic __toString method to convert the query to a string.
UpdateQuery_pgsql class includes/database/pgsql/query.inc
UpdateQuery_pgsql::execute function includes/database/pgsql/query.inc Executes the UPDATE query.
UpdateQuery_sqlite class includes/database/sqlite/query.inc SQLite specific implementation of UpdateQuery.
UpdateQuery_sqlite::execute function includes/database/sqlite/query.inc Executes the UPDATE query.
Updater class includes/updater.inc Base class for Updaters used in Drupal.
updater.inc file includes/updater.inc Classes used for updating various files in the Drupal webroot. These
classes use a FileTransfer object to actually perform the operations.
Normally, the FileTransfer is provided when the site owner is redirected to
authorize.php as part of a multistep…
Updater::$name property includes/updater.inc
Updater::$source property includes/updater.inc
Updater::$title property includes/updater.inc
Updater::factory function includes/updater.inc Return an Updater of the appropriate type depending on the source.
Updater::findInfoFile function includes/updater.inc Figure out what the most important (or only) info file is in a directory.
Updater::getBackupDir function includes/updater.inc Return the full path to a directory where backups should be written.
Updater::getInstallArgs function includes/updater.inc Store the default parameters for the Updater.
Updater::getProjectName function includes/updater.inc Get the name of the project directory (basename).
Updater::getProjectTitle function includes/updater.inc Return the project name from a Drupal info file.
Updater::getUpdaterFromDirectory function includes/updater.inc Determine which Updater class can operate on the given directory.
Updater::install function includes/updater.inc Installs a Drupal project, returns a list of next actions.
Updater::makeBackup function includes/updater.inc Perform a backup.
Updater::makeWorldReadable function includes/updater.inc Ensure that a given directory is world readable.
Updater::postInstall function includes/updater.inc Perform actions after installation.
Updater::postInstallTasks function includes/updater.inc Return an array of links to pages that should be visited post operation.
Updater::postUpdate function includes/updater.inc Perform actions after new code is updated.
Updater::postUpdateTasks function includes/updater.inc Return an array of links to pages that should be visited post operation.
Updater::prepareInstallDirectory function includes/updater.inc Make sure the installation parent directory exists and is writable.
Updater::update function includes/updater.inc Updates a Drupal project, returns a list of next actions.
Updater::__construct function includes/updater.inc
UpdaterException class includes/updater.inc Exception class for the Updater class hierarchy.
UpdaterFileTransferException class includes/updater.inc Child class of UpdaterException that indicates a FileTransfer exception.
Updates from 6.x to 7.x group modules/system/system.install Update functions from 6.x to 7.x.
UpdateScriptFunctionalTest class modules/system/system.test Tests for the update system functionality.
UpdateScriptFunctionalTest::$update_url property modules/system/system.test
UpdateScriptFunctionalTest::$update_user property modules/system/system.test
UpdateScriptFunctionalTest::getInfo function modules/system/system.test
UpdateScriptFunctionalTest::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
UpdateScriptFunctionalTest::testNoPendingUpdates function modules/system/system.test Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testNoUpdateFunctionality function modules/system/system.test Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testRequirements function modules/system/system.test Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality function modules/system/system.test Tests update.php after performing a successful update.
UpdateScriptFunctionalTest::testThemeSystem function modules/system/system.test Tests the effect of using the update script on the theme system.
UpdateScriptFunctionalTest::testUpdateAccess function modules/system/system.test Tests access to the update script.
UpdateTestContribCase class modules/update/update.test Tests behavior related to handling updates to contributed modules and themes.
UpdateTestContribCase::getInfo function modules/update/update.test
UpdateTestContribCase::setUp function modules/update/update.test Sets up a Drupal site for running functional and integration tests.
UpdateTestContribCase::testHookUpdateStatusAlter function modules/update/update.test Checks that hook_update_status_alter() works to change a status.

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