Search for update

Classes

NameLocationDescription
BasicMinimalUpdatePathmodules/simpletest/tests/upgrade/upgrade.testPerforms point release update tests on a bare database.
BasicStandardUpdatePathmodules/simpletest/tests/upgrade/upgrade.testPerforms point release update tests on a bare database.
DatabaseUpdateComplexTestCasemodules/simpletest/tests/database_test.testTests for more complex update statements.
DatabaseUpdateLOBTestCasemodules/simpletest/tests/database_test.testTest update queries involving LOB values.
DatabaseUpdateTestCasemodules/simpletest/tests/database_test.testUpdate builder tests.
DrupalUpdateExceptionincludes/update.inc@class Exception class used to throw error if a module update fails.
FieldUpdateForbiddenExceptionmodules/field/field.moduleException class thrown by hook_field_update_forbid().
FieldUpdatePathTestCasemodules/simpletest/tests/upgrade/update.field.testTests the Field 7.0 -> 7.x update path.
FilledMinimalUpdatePathmodules/simpletest/tests/upgrade/upgrade.testPerforms point release update tests on a populated database.
FilledStandardUpdatePathmodules/simpletest/tests/upgrade/upgrade.testPerforms point release update tests on a 'filled' database.
ModuleUpdatermodules/system/system.updater.incClass for updating modules using FileTransfer classes via authorize.php.
ThemeUpdatermodules/system/system.updater.incClass for updating themes using FileTransfer classes via authorize.php.
TriggerUpdatePathTestCasemodules/simpletest/tests/upgrade/update.trigger.testTests the Trigger 7.0 -> 7.x upgrade path.
UpdateCoreTestCasemodules/update/update.test
UpdateCoreUnitTestCasemodules/update/update.test
UpdateDependencyHookInvocationTestCasemodules/simpletest/tests/update.testTests for the invocation of hook_update_dependencies().
UpdateDependencyMissingTestCasemodules/simpletest/tests/update.testTests for missing update dependencies.
UpdateDependencyOrderingTestCasemodules/simpletest/tests/update.testTests for the update dependency ordering system.
UpdateFeedItemTestCasemodules/aggregator/aggregator.test
UpdateFeedTestCasemodules/aggregator/aggregator.test
UpdatePathTestCasemodules/simpletest/tests/upgrade/upgrade.testPerforms end-to-end point test of the release update path.
UpdateQueryincludes/database/query.incGeneral class for an abstracted UPDATE operation.
UpdateQuery_pgsqlincludes/database/pgsql/query.inc
UpdateQuery_sqliteincludes/database/sqlite/query.incSQLite specific implementation of UpdateQuery.
Updaterincludes/updater.incBase class for Updaters used in Drupal.
UpdaterExceptionincludes/updater.incException class for the Updater class hierarchy.
UpdaterFileTransferExceptionincludes/updater.incChild class of UpdaterException that indicates a FileTransfer exception.
UpdateScriptFunctionalTestmodules/system/system.testTests for the update system functionality.
UpdateTestContribCasemodules/update/update.test
UpdateTestFileTransfermodules/update/tests/update_test.moduleMock FileTransfer object to test the settings form functionality.
UpdateTestHelpermodules/update/update.testBase class to define some shared functions used by all update tests.
UpdateTestUploadCasemodules/update/update.test
UserUpdatePathTestCasemodules/simpletest/tests/upgrade/update.user.testTests the User 7.0 -> 7.x update path.
views_handler_field_ncs_last_updatedmodules/comment/views_handler_field_ncs_last_updated.incField handler to display the newer of last comment / node updated.
views_handler_filter_ncs_last_updatedmodules/comment/views_handler_filter_ncs_last_updated.incFilter handler for the newer of last comment / node updated.
views_handler_sort_ncs_last_updatedmodules/comment/views_handler_sort_ncs_last_updated.incSort handler for the newer of last comment / node updated.

Constants

NameLocationDescription
FIELD_STORAGE_UPDATEmodules/field/field.attach.incArgument for an update operation.
MARK_UPDATEDincludes/theme.incMark content as being updated.
MergeQuery::STATUS_UPDATEincludes/database/query.incReturned by execute() if an UPDATE query has been executed.
SAVED_UPDATEDincludes/common.incReturn status for saving which involved an update to an existing item.
UPDATE_CURRENTmodules/update/update.moduleProject is up to date.
UPDATE_DEFAULT_URLmodules/update/update.moduleURL to check for updates, if a given project doesn't define its own.
UPDATE_FETCH_PENDINGmodules/update/update.moduleWe need to (re)fetch available update data for this project.
UPDATE_MAX_FETCH_ATTEMPTSmodules/update/update.moduleMaximum number of attempts to fetch available update data from a given host.
UPDATE_MAX_FETCH_TIMEmodules/update/update.moduleMaximum number of seconds to try fetching available update data at a time.
UPDATE_NOT_CHECKEDmodules/update/update.moduleProject's status cannot be checked.
UPDATE_NOT_CURRENTmodules/update/update.moduleProject has a new release available, but it is not a security release.
UPDATE_NOT_FETCHEDmodules/update/update.moduleThere was a failure fetching available update data for this project.
UPDATE_NOT_SECUREmodules/update/update.moduleProject is missing security update(s).
UPDATE_NOT_SUPPORTEDmodules/update/update.moduleCurrent release is no longer supported by the project maintainer.