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. |
Updater::postUpdateTasks |
core/includes/updater.inc |
Return an array of links to pages that should be visited post operation. |
Updater::prepareInstallDirectory |
core/includes/updater.inc |
Make sure the installation parent directory exists and is writable. |
Updater::update |
core/includes/updater.inc |
Updates a Backdrop project, returns a list of next actions. |
Updater::__construct |
core/includes/updater.inc |
|
UpdateScriptFunctionalTest::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |
UpdateScriptFunctionalTest::testNoPendingUpdates |
core/modules/system/tests/system.test |
Tests that there are no pending updates for the first test method. |
UpdateScriptFunctionalTest::testNoUpdateFunctionality |
core/modules/system/tests/system.test |
Tests update.php when there are no updates to apply. |
UpdateScriptFunctionalTest::testRequirements |
core/modules/system/tests/system.test |
Tests that requirements warnings and errors are correctly displayed. |
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality |
core/modules/system/tests/system.test |
Tests update.php after performing a successful update. |
UpdateScriptFunctionalTest::testThemeSystem |
core/modules/system/tests/system.test |
Tests the effect of using the update script on the theme system. |
UpdateScriptFunctionalTest::testUpdateAccess |
core/modules/system/tests/system.test |
Tests access to the update script. |
UpdateTestContribCase::setUp |
core/modules/update/tests/update.test |
Sets up a Backdrop site for running functional and integration tests. |
UpdateTestContribCase::testHookUpdateStatusAlter |
core/modules/update/tests/update.test |
Check that hook_update_status_alter() works to change a status. |
UpdateTestContribCase::testNoReleasesAvailable |
core/modules/update/tests/update.test |
Tests when there is no available release data for a contrib module. |
UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate |
core/modules/update/tests/update.test |
Tests that the admin theme is always notified about security updates. |
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate |
core/modules/update/tests/update.test |
Tests that subthemes are notified about security updates for base themes. |