Namesort descending Location Description
UpdateCoreTestCase::testDatestampMismatch core/modules/update/tests/update.test Ensures proper results where there are date mismatches among modules.
UpdateCoreTestCase::testFetchTasks core/modules/update/tests/update.test Tests that exactly one fetch task per project is created and not more.
UpdateCoreTestCase::testGetUpdaterFromDirectory core/modules/update/tests/update.test Test that getUpdaterFromDirectory() gets the right class for core updates.
UpdateCoreTestCase::testModulePageRunCron core/modules/update/tests/update.test Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageUpToDate core/modules/update/tests/update.test Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testNormalUpdateAvailable core/modules/update/tests/update.test Tests the Update Manager module when one normal update is available.
UpdateCoreTestCase::testNoUpdatesAvailable core/modules/update/tests/update.test Tests the Update Manager module when no updates are available.
UpdateCoreTestCase::testSecurityUpdateAvailable core/modules/update/tests/update.test Tests the Update Manager module when a security update is available.
UpdateCoreTestCase::testServiceUnavailable core/modules/update/tests/update.test Tests the Update Manager module when the update server returns 503 errors.
UpdateCoreTestCase::testUpdateCheckingEnabled core/modules/update/tests/update.test Tests _update_checking_enabled() returns the expected value during tests.
UpdateCoreUnitTestCase::setUp core/modules/update/tests/update.test Sets up unit test environment.
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl core/modules/update/tests/update.test Tests that _update_build_fetch_url() builds the URL correctly.
UpdateDependencyHookInvocationTestCase::setUp core/modules/simpletest/tests/update.test Sets up a Backdrop site for running functional and integration tests.
UpdateDependencyHookInvocationTestCase::testHookUpdateDependencies core/modules/simpletest/tests/update.test Test the structure of the array returned by hook_update_dependencies().
UpdateDependencyMissingTestCase::setUp core/modules/simpletest/tests/update.test Sets up a Backdrop site for running functional and integration tests.
UpdateDependencyMissingTestCase::testMissingUpdate core/modules/simpletest/tests/update.test
UpdateDependencyOrderingTestCase::setUp core/modules/simpletest/tests/update.test Sets up a Backdrop site for running functional and integration tests.
UpdateDependencyOrderingTestCase::testUpdateOrderingModuleInterdependency core/modules/simpletest/tests/update.test Test that dependencies between modules are resolved correctly.
UpdateDependencyOrderingTestCase::testUpdateOrderingSingleModule core/modules/simpletest/tests/update.test Test that updates within a single module run in the correct order.
UpdateDrupal7TestCase::setUp core/modules/simpletest/tests/update.test Sets up a Backdrop site for running functional and integration tests.
UpdateDrupal7TestCase::testAvailableUpdates core/modules/simpletest/tests/update.test Tests that updates will be executed in the correct order.
UpdateQuery::arguments core/includes/database/query.inc Gets a complete list of all values to insert into the prepared statement.
UpdateQuery::compile core/includes/database/query.inc Compiles the saved conditions for later retrieval.
UpdateQuery::compiled core/includes/database/query.inc Check whether a condition has been previously compiled.
UpdateQuery::condition core/includes/database/query.inc
UpdateQuery::conditions core/includes/database/query.inc Gets a complete list of all conditions in this conditional clause.
UpdateQuery::execute core/includes/database/query.inc Executes the UPDATE query.
UpdateQuery::exists core/includes/database/query.inc
UpdateQuery::expression core/includes/database/query.inc Specifies fields to be updated as an expression.
UpdateQuery::fields core/includes/database/query.inc Adds a set of field->value pairs to be updated.
UpdateQuery::isNotNull core/includes/database/query.inc
UpdateQuery::isNull core/includes/database/query.inc
UpdateQuery::notExists core/includes/database/query.inc
UpdateQuery::where core/includes/database/query.inc
UpdateQuery::__construct core/includes/database/query.inc Constructs an UpdateQuery object.
UpdateQuery::__toString core/includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
Updater::factory core/includes/updater.inc Return an Updater of the appropriate type depending on the source.
Updater::findInfoFile core/includes/updater.inc Figure out what the most important (or only) info file is in a directory.
Updater::getBackupDir core/includes/updater.inc Return the full path to a directory where backups should be written.
Updater::getInstallArgs core/includes/updater.inc Store the default parameters for the Updater.
Updater::getProjectName core/includes/updater.inc Get the name of the project directory (basename).
Updater::getProjectTitle core/includes/updater.inc Return the project name from a Backdrop info file.
Updater::getProjectType core/includes/updater.inc Return the project type from a Backdrop info file or directory.
Updater::getUpdaterFromDirectory core/includes/updater.inc Determine which Updater class can operate on the given directory.
Updater::install core/includes/updater.inc Installs a Backdrop project, returns a list of next actions.
Updater::makeBackup core/includes/updater.inc Perform a backup.
Updater::makeWorldReadable core/includes/updater.inc Ensure that a given directory is world readable.
Updater::postInstall core/includes/updater.inc Perform actions after installation.
Updater::postInstallTasks core/includes/updater.inc Return an array of links to pages that should be visited post operation.
Updater::postUpdate core/includes/updater.inc Perform actions after new code is updated.

Pages