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. |
UpdateTestContribCase::testUpdateBrokenFetchURL |
core/modules/update/tests/update.test |
Makes sure that if we fetch from a broken URL, sane things happen. |
UpdateTestContribCase::testUpdateContribBasic |
core/modules/update/tests/update.test |
Tests the basic functionality of a contrib module on the status report. |
UpdateTestContribCase::testUpdateContribOrder |
core/modules/update/tests/update.test |
Tests that contrib projects are ordered by project name. |
UpdateTestContribCase::testUpdateShowDisabledThemes |
core/modules/update/tests/update.test |
Tests that disabled themes are only shown when desired. |
UpdateTestFileTransfer::factory |
core/modules/update/tests/update_test/update_test.module |
Returns an UpdateTestFileTransfer object. |
UpdateTestFileTransfer::getSettingsForm |
core/modules/update/tests/update_test/update_test.module |
Returns a settings form with a text field to input a username. |
UpdateTestHelper::assertStandardTests |
core/modules/update/tests/update.test |
Runs a series of assertions that are applicable to all update statuses. |
UpdateTestHelper::refreshUpdateStatus |
core/modules/update/tests/update.test |
Refreshes the update status based on the desired available update scenario. |
update_access_allowed |
core/update.php |
Determines if the current user is allowed to run update.php. |
update_access_denied_page |
core/update.php |
Renders a 403 access denied page for update.php. |
update_admin_bar_cache_info |
core/modules/update/update.module |
Implements hook_admin_bar_cache_info(). |
update_already_performed |
core/includes/update.inc |
Determines if a module update has already been performed. |
update_backup_enabled |
core/includes/update.inc |
Check if backups are enabled during the update.php process. |
update_backup_form |
core/update.php |
Form constructor for the list of available database module updates. |
update_backup_page |
core/update.php |
Provides a form to create an on-demand backup before updating. |
update_batch |
core/includes/update.inc |
Starts the site update batch process. |
update_build_dependency_graph |
core/includes/update.inc |
Constructs a graph which encodes the dependencies between module updates. |
update_cache_clear_submit |
core/modules/update/update.module |
Form submission handler for system_modules(). |
update_calculate_project_data |
core/modules/update/update.compare.inc |
Calculates the current update status of all projects on the site. |
update_calculate_project_update_status |
core/modules/update/update.compare.inc |
Calculates the current update status of a specific project. |
update_callback_service_unavailable |
core/modules/update/tests/update_test/update_test.module |
Page callback: Displays an Error 503 (Service unavailable) page. |
update_check_incompatibility |
core/includes/update.inc |
Tests the compatibility of a module or theme. |