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
ajax_example_node_update function modules/examples/ajax_example/ajax_example_node_form_alter.inc Implements hook_node_update().
Updater::getProjectTitle function core/includes/updater.inc Return the project name from a Backdrop info file.
hook_field_attach_update function core/modules/field/field.api.php Act on field_attach_update().
Updater::postUpdateTasks function core/includes/updater.inc Return an array of links to pages that should be visited post operation.
hook_field_update_forbid function core/modules/field/field.api.php Forbid a field update from occurring.
node_update_dependencies function core/modules/node/node.install Implements hook_update_dependencies().
hook_update_dependencies function core/modules/system/system.api.php Return an array of information about module update dependencies.
hook_update_last_removed function core/modules/system/system.api.php Return a number which is no longer available as hook_update_N().
_update_checking_enabled function core/modules/update/update.module Check if update checking should make HTTP requests to the update server.
image_field_update_field function core/modules/image/image.module Implements hook_field_update_field().
update_fix_compatibility function core/includes/update.inc Disable any items in the {system} table that are not core compatible.
update_prepare_bootstrap function core/includes/update.inc Performs extra steps required to bootstrap when using a Drupal 7 database.
LayoutUpdater::canUpdate function core/modules/system/system.updater.inc
file_update_dependencies function core/modules/file/file.install Implements hook_update_dependencies().
ModuleUpdater::canUpdate function core/modules/system/system.updater.inc
Installer module: update group core/modules/installer/installer.manager.inc Installer module functionality for updating existing code.
update_already_performed function core/includes/update.inc Determines if a module update has already been performed.
date_update_last_removed function core/modules/date/date.install Implements hook_update_last_removed().
menu_update_dependencies function core/modules/menu/menu.install Implements hook_update_dependencies().
update_test_archiver_info function core/modules/update/tests/update_test/update_test.module Implements hook_archiver_info().
batch_example_update_1100 function modules/examples/batch_example/batch_example.install Example of batch-driven update function.
_update_process_info_list function core/modules/update/update.compare.inc Populates an array of project data.
update_script_test.module file core/modules/simpletest/tests/update_script_test.module This file provides testing functionality for update.php.
MergeQuery::STATUS_UPDATE constant core/includes/database/query.inc Returned by execute() if an UPDATE query has been executed.
DatabaseUpdateLOBTestCase class core/modules/simpletest/tests/database_test.test Test update queries involving LOB values.
MergeQuery::$updateFields property core/includes/database/query.inc An array of fields that will be updated.
UpdateCoreTestCase::setUp function core/modules/update/tests/update.test Sets up a Backdrop site for running functional and integration tests.
_update_create_fetch_task function core/modules/update/update.fetch.inc Adds a task to the queue for fetching release history data for a project.
comment_node_update_index function core/modules/comment/comment.module Implements hook_node_update_index().
hook_filter_format_update function core/modules/filter/filter.api.php Perform actions when a text format has been updated.
text_filter_format_update function core/modules/field/modules/text/text.module Implements hook_filter_format_update().
update_cache_clear_submit function core/modules/update/update.module Form submission handler for system_modules().
block_update_dependencies function core/modules/block/block.install Implements hook_update_dependencies().
update_test_1_update_1000 function core/modules/simpletest/tests/update_test_1.install Dummy update_test_1 update 1000.
update_test_1_update_1001 function core/modules/simpletest/tests/update_test_1.install Dummy update_test_1 update 8001.
update_test_1_update_1002 function core/modules/simpletest/tests/update_test_1.install Dummy update_test_1 update 8002.
theme_update_status_label function core/modules/update/update.theme.inc Returns HTML for a label to display for a project's update status.
admin_bar_language_update function core/modules/admin_bar/admin_bar.module Implements hook_language_update().
PATH_UPDATE_ACTION_NO_NEW constant core/modules/path/path.inc "Do nothing. Leave the old alias intact."
update_test_2_update_1000 function core/modules/simpletest/tests/update_test_2.install Dummy update_test_2 update 1000.
PATH_UPDATE_ACTION_DELETE constant core/modules/path/path.inc "Create a new alias. Delete the old alias."
update_test_2_update_1001 function core/modules/simpletest/tests/update_test_2.install Dummy update_test_2 update 1001.
update_test_2_update_1002 function core/modules/simpletest/tests/update_test_2.install Dummy update_test_2 update 1002.
_update_requirement_check function core/modules/update/update.install Fills in the requirements array.
Updater::postInstallTasks function core/includes/updater.inc Return an array of links to pages that should be visited post operation.
update_test_3_update_1000 function core/modules/simpletest/tests/update_test_3.install Dummy update_test_3 update 1000.
image_update_dependencies function core/modules/image/image.install Implements hook_update_dependencies().
views_ui_ajax_update_form function core/modules/views_ui/views_ui.admin.inc Updates a part of the add view form via AJAX.
hook_taxonomy_term_update function core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when updated.
update_test_subtheme.info file core/modules/update/tests/update_test/themes/update_test_subtheme/update_test_subtheme.info name = Update test subtheme description = Test theme which uses update_test_basetheme as the base theme. type = theme version = BACKDROP_VERSION backdrop = 1.x base theme = update_test_basetheme hidden = TRUE

Pages

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