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
layout_test_layout_update function core/modules/layout/tests/layout_test/layout_test.module Implements hook_layout_update().
_update_build_layout_data function core/modules/update/update.compare.inc Helper function to scan and collect layout data.
update_access_denied_page function core/update.php Renders a 403 access denied page for update.php.
update_extra_requirements function core/update.php Returns and stores extra requirements that apply during the update process.
update_check_requirements function core/update.php Checks update requirements and reports errors and (optionally) warnings.
ThemeUpdater::isInstalled function core/modules/system/system.updater.inc Checks if the project is installed.
ThemeUpdater::postInstall function core/modules/system/system.updater.inc Perform actions after installation.
update_script_test.install file core/modules/simpletest/tests/update_script_test.install Install, update and uninstall functions for the update_script_test module.
update_filter_project_info function core/modules/update/update.compare.inc Filters the project .info data to only save attributes we need.
hook_update_projects_alter function core/modules/update/update.api.php Alter the list of projects before fetching data and comparing versions.
locale_update_dependencies function core/modules/locale/locale.install Implements hook_update_dependencies().
hook_verify_update_archive function core/modules/update/update.api.php Verify an archive after it has been downloaded and extracted.
update_fetch_data_finished function core/modules/update/update.fetch.inc Batch callback: Performs actions when all fetch tasks have been completed.
_update_process_fetch_task function core/modules/update/update.fetch.inc Processes a task to fetch available update data for a single project.
_update_get_fetch_url_base function core/modules/update/update.fetch.inc Returns the base of the URL to fetch available update data for a project.
DatabaseConnection::update function core/includes/database/database.inc Prepares and returns an UPDATE query object.
menu_test_menu_link_update function core/modules/simpletest/tests/menu_test.module Implements hook_menu_link_update().
_update_get_cache_multiple function core/modules/update/update.module Returns an array of cache items with a given cache ID prefix.
admin_bar_menu_link_update function core/modules/admin_bar/admin_bar.module Implements hook_menu_link_update().
Updater::makeWorldReadable function core/includes/updater.inc Ensure that a given directory is world readable.
basis_updated_css_versions function core/themes/basis/template.php Returns the versions of Backdrop that contain updated CSS for Basis.
hook_field_update_instance function core/modules/field/field.api.php Act on a field instance being updated.
ModuleUpdater::postInstall function core/modules/system/system.updater.inc List of post install actions.
update_test_basetheme.info file core/modules/update/tests/update_test/themes/update_test_basetheme/update_test_basetheme.info name = Update test base theme description = Test theme which acts as a base theme for other test subthemes. type = theme version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE
UpdateTestHelper::$profile property core/modules/update/tests/update.test The profile to install as a basis for testing.
LayoutUpdater::isInstalled function core/modules/system/system.updater.inc Checks if the project is installed.
LayoutUpdater::postInstall function core/modules/system/system.updater.inc Perform actions after installation.
DashboardUpdateBlock::form function core/modules/dashboard/includes/block.update.inc Build the settings form for editing this block.
ModuleUpdater::isInstalled function core/modules/system/system.updater.inc Checks if the project is installed.
system_update_last_removed function core/modules/system/system.install Implements hook_update_last_removed().
UpdateScriptFunctionalTest class core/modules/system/tests/system.test Tests for the update system functionality.
entityreference_update_1001 function core/modules/entityreference/entityreference.install Update each field base that references old plugin name "views-select-list" to "views".
entityreference_update_1002 function core/modules/entityreference/entityreference.install Updates each field instance that references old plugin name "taxonomy-index" to "taxonomy".
theme_path_bulk_update_form function core/modules/path/path.admin.inc Returns HTML for the Path bulk update page.
update_process_project_info function core/modules/update/update.compare.inc Determines version and type information for currently installed projects.
hook_locale_language_update function core/modules/locale/locale.api.php React to a language that was just updated in the system.
entityreference_update_1000 function core/modules/entityreference/entityreference.install Move entityreference settings from config to state.
views_field_update_instance function core/modules/views/views.module Implements hook_field_update_instance.
BackupUpdateTestCase::setUp function core/modules/simpletest/tests/backup.test Overrides BackdropWebTestCase::setUp() for upgrade testing.
comment_update_dependencies function core/modules/comment/comment.install Implements hook_update_dependencies().
update_admin_bar_cache_info function core/modules/update/update.module Implements hook_admin_bar_cache_info().
_update_project_status_sort function core/modules/update/update.module Orders projects based on their status.
update_test_admintheme.info file core/modules/update/tests/update_test/themes/update_test_admintheme/update_test_admintheme.info name = Update test admin theme description = Test theme which is used as admin theme. type = theme version = BACKDROP_VERSION backdrop = 1.x hidden = TRUE
hook_config_update_validate function core/modules/config/config.api.php Validate configuration changes before saving them.
image_field_update_instance function core/modules/image/image.module Implements hook_field_update_instance().
update_module_add_to_system function core/includes/update.inc Adds modules to the system table in a Backdrop core update.
update_resolve_dependencies function core/includes/update.inc Resolves dependencies in a set of module updates, and orders them correctly.
update_d7_test_1_update_7000 function core/modules/simpletest/tests/update_d7_test_1.install Dummy update_d7_test_1 update 7000.
update_d7_test_1_update_7001 function core/modules/simpletest/tests/update_d7_test_1.install Dummy update_d7_test_1 update 7001.
update_d7_test_1_update_7002 function core/modules/simpletest/tests/update_d7_test_1.install Dummy update_d7_test_1 update 7002.

Pages

  • « first
  • ‹ previous
  • …
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • …
  • 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