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
database_example_form_update function modules/examples/database_example/database_example.module Sample UI to update a record.
update_d7_test_1_update_1000 function core/modules/simpletest/tests/update_d7_test_1.install Dummy update_d7_test_1 update 1000.
update_d7_test_1_update_1001 function core/modules/simpletest/tests/update_d7_test_1.install Dummy update_d7_test_1 update 1001.
update_d7_test_1_update_1002 function core/modules/simpletest/tests/update_d7_test_1.install Dummy update_d7_test_1 update 1002.
update_d7_test_1_update_1003 function core/modules/simpletest/tests/update_d7_test_1.install Dummy update_d7_test_1 update 1003.
ajax_command_update_build_id function core/includes/ajax.inc Creates a Backdrop Ajax 'update_build_id' command.
hook_entity_view_mode_update function core/modules/entity/entity.api.php Respond to update of a display mode.
redirect_update_last_removed function core/modules/redirect/redirect.install Implements hook_update_last_removed().
UpdateTestContribCase::setUp function core/modules/update/tests/update.test Sets up a Backdrop site for running functional and integration tests.
node_access_test_node_update function core/modules/node/tests/node_access_test/node_access_test.module Implements hook_node_update().
field_config_update_validate function core/modules/field/field.module Implements hook_config_update_validate().
entityreference_field_update function core/modules/entityreference/entityreference.module Implements hook_field_update().
update_d7_test_2_update_1000 function core/modules/simpletest/tests/update_d7_test_2.install Dummy update_d7_test_2 update 1000.
update_d7_test_2_update_1001 function core/modules/simpletest/tests/update_d7_test_2.install Dummy update_d7_test_2 update 1001.
update_d7_test_2_update_1002 function core/modules/simpletest/tests/update_d7_test_2.install Dummy update_d7_test_2 update 1002.
path_bulk_update_batch_start function core/modules/path/path.admin.inc Batch callback; count the current number of URL aliases for comparison later.
CoreUpdater::postUpdateTasks function core/modules/system/system.updater.inc Return an array of links to pages that should be visited post operation.
_menu_update_parental_status function core/includes/menu.inc Checks and updates the 'has_children' status for the parent of a link.
UpdaterFileTransferException class core/includes/updater.inc Child class of UpdaterException that indicates a FileTransfer exception.
system_update_files_database function core/modules/system/system.module Updates the records in the system table based on the files array.
taxonomy_update_dependencies function core/modules/taxonomy/taxonomy.install Implements hook_update_dependencies().
update_script_selection_form function core/update.php Form constructor for the list of available database module updates.
update_check_incompatibility function core/includes/update.inc Tests the compatibility of a module or theme.
update_retrieve_dependencies function core/includes/update.inc Invokes hook_update_dependencies() in all installed modules.
UpdateDrupal7TestCase::setUp function core/modules/simpletest/tests/update.test Sets up a Backdrop site for running functional and integration tests.
database_example_entry_update function modules/examples/database_example/database_example.module Updates an entry in the database.
update_test_system_theme_info function core/modules/update/tests/update_test/update_test.module Implements hook_system_theme_info().
update_test_system_info_alter function core/modules/update/tests/update_test/update_test.module Implements hook_system_info_alter().
update_test_filetransfer_info function core/modules/update/tests/update_test/update_test.module Implements hook_filetransfer_info().
field_entity_view_mode_update function core/modules/field/field.module Implements hook_entity_view_mode_update().
FieldUpdateForbiddenException class core/modules/field/field.exceptions.inc Exception class thrown by hook_field_update_forbid().
DatabaseUpdateComplexTestCase class core/modules/simpletest/tests/database_test.test Tests for more complex update statements.
update_calculate_project_data function core/modules/update/update.compare.inc Calculates the current update status of all projects on the site.
entityreference_entity_update function core/modules/entityreference/entityreference.module Implements hook_entity_update().
UpdateCoreUnitTestCase::setUp function core/modules/update/tests/update.test Sets up unit test environment.
CoreUpdater::postInstallTasks function core/modules/system/system.updater.inc List of post install actions.
BasisTestCase::testCssUpdates function core/modules/simpletest/tests/basis.test Tests that body classes are added correctly for CSS updates.
hook_field_storage_pre_update function core/modules/field/field.api.php Act before the storage backends update field data.
PathPatternBulkUpdateTestCase class core/modules/path/tests/path_pattern.test Bulk update functionality tests.
installer_manager_update_form function core/modules/installer/installer.manager.inc Form constructor for the update form of the Installer module.
update_build_dependency_graph function core/includes/update.inc Constructs a graph which encodes the dependencies between module updates.
installer_authorize_run_update function core/modules/installer/installer.authorize.inc Updates existing projects when invoked by authorize.php.
UpdateQuery::$expressionFields property core/includes/database/query.inc Array of fields to update to an expression in case of a duplicate record.
path_bulk_update_form_validate function core/modules/path/path.admin.inc Validate handler for URL alias bulk generate form.
field_test_field_update_forbid function core/modules/field/tests/field_test/field_test.field.inc Implements hook_field_update_forbid().
path_bulk_update_batch_process function core/modules/path/path.admin.inc Common batch processing callback for all operations.
update_script_test_update_1000 function core/modules/simpletest/tests/update_script_test.install Dummy update function to run during the tests.
SelectQueryExtender::forUpdate function core/includes/database/select.inc Add FOR UPDATE to the query.
node_hooks_example_node_update function modules/examples/node_hooks_example/node_hooks_example.module Implements hook_node_update().
DashboardUpdateBlock::getTitle function core/modules/dashboard/includes/block.update.inc Return the title of a block as configured in the layout.

Pages

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