Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for update

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
ModuleUpdater::postUpdateTasks function core/modules/system/system.updater.inc Return an array of links to pages that should be visited post operation.
ThemeUpdater::postInstallTasks function core/modules/system/system.updater.inc Return an array of links to pages that should be visited post operation.
update_test_update_status_alter function core/modules/update/tests/update_test/update_test.module Implements hook_update_status_alter().
_node_mass_update_batch_process function core/modules/node/node.admin.inc Executes a batch operation for node_mass_update().
UpdateTestFileTransfer::factory function core/modules/update/tests/update_test/update_test.module Returns an UpdateTestFileTransfer object.
menu_update_parent_options_ajax function core/modules/menu/menu.module Ajax callback to replace the menu item parent options.
DBLogTestCase::getContentUpdate function core/modules/dblog/tests/dblog.test Creates random content as an update based on node content type.
hook_field_storage_update_field function core/modules/field/field.api.php Update the storage information for a field.
update_script_test_requirements function core/modules/simpletest/tests/update_script_test.install Implements hook_requirements().
SelectQueryInterface::forUpdate function core/includes/database/select.inc Add FOR UPDATE to the query.
path_bulk_update_batch_finished function core/modules/path/path.admin.inc Batch finished callback.
CoreUpdater::canUpdateDirectory function core/modules/system/system.updater.inc Determine if the Updater can handle the project provided in $directory.
update_script_test_flush_caches function core/modules/simpletest/tests/update_script_test.module Implements hook_flush_caches().
FileTestHelper::updateFileField function core/modules/file/tests/file.test Updates an existing file field with new settings.
node_access_example_node_update function modules/examples/node_access_example/node_access_example.module Implements hook_node_update().
_system_update_bootstrap_status function core/modules/system/system.module Refresh bootstrap column in the system table.
admin_bar_field_update_instance function core/modules/admin_bar/admin_bar.module Implements hook_field_update_instance().
hook_taxonomy_vocabulary_update function core/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when updated.
installer_verify_update_archive function core/modules/installer/installer.module Implements hook_verify_update_archive().
translation_update_dependencies function core/modules/translation/translation.install Implements hook_update_dependencies().
LayoutUpdater::postInstallTasks function core/modules/system/system.updater.inc Return an array of links to pages that should be visited post operation.
ModuleUpdater::postInstallTasks function core/modules/system/system.updater.inc List of post install actions.
UpdateDependencyMissingTestCase class core/modules/simpletest/tests/update.test Tests for missing update dependencies.
update_get_update_function_list function core/includes/update.inc Returns an organized list of update functions for a set of modules.
_node_mass_update_batch_finished function core/modules/node/node.admin.inc Menu callback: Reports the status of batch operation for node_mass_update().
update_form_system_modules_alter function core/modules/update/update.module Implements hook_form_FORM_ID_alter() for system_modules().
theme_update_manager_update_form function core/modules/update/update.theme.inc Returns HTML for the first page in the process of updating projects.
CoreUpdater::getInstallDirectory function core/modules/system/system.updater.inc Return the Backdrop core directory.
Updater::getUpdaterFromDirectory function core/includes/updater.inc Determine which Updater class can operate on the given directory.
Updater::prepareInstallDirectory function core/includes/updater.inc Make sure the installation parent directory exists and is writable.
filter_test_filter_format_update function core/modules/simpletest/tests/filter_test.module Implements hook_filter_format_update().
ajax_example_update_last_removed function modules/examples/ajax_example/ajax_example.install Implements hook_update_last_removed().
update_upgrade_modules_to_enable function core/includes/update.inc Finds out which modules need to be enabled.
DashboardUpdateBlock::getContent function core/modules/dashboard/includes/block.update.inc Return the content of a block.
Update versions of API functions group core/modules/system/system.api.php Functions that are similar to normal API functions, but do not invoke hooks.
DashboardUpdateBlock::formSubmit function core/modules/dashboard/includes/block.update.inc Submit handler to save the form settings.
UpdateDependencyOrderingTestCase class core/modules/simpletest/tests/update.test Tests for the update dependency ordering system.
ThemeUpdater::canUpdateDirectory function core/modules/system/system.updater.inc Determine if the Updater can handle the project provided in $directory.
UpdateScriptFunctionalTest::setUp function core/modules/system/tests/system.test Sets up a Backdrop site for running functional and integration tests.
update_test_1_update_dependencies function core/modules/simpletest/tests/update_test_1.install Implements hook_update_dependencies().
update_test_2_update_dependencies function core/modules/simpletest/tests/update_test_2.install Implements hook_update_dependencies().
entity_crud_hook_test_file_update function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_file_update().
entity_crud_hook_test_node_update function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_node_update().
entity_crud_hook_test_user_update function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_user_update().
update_test_3_update_dependencies function core/modules/simpletest/tests/update_test_3.install Implements hook_update_dependencies().
update_upgrade_check_dependencies function core/includes/update.inc Checks for disabled dependencies during a Drupal 7 upgrade.
DashboardUpdateBlock::checkAccess function core/modules/dashboard/includes/block.update.inc Check if this block should be shown based on current contexts.
installer_clear_update_disk_cache function core/modules/installer/installer.module Clears the temporary files and directories based on file age from disk.
DashboardUpdateBlock::__construct function core/modules/dashboard/includes/block.update.inc Create a new Block object.
LayoutUpdater::canUpdateDirectory function core/modules/system/system.updater.inc Determine if the Updater can handle the project provided in $directory.

Pages

  • « first
  • ‹ previous
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org