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
DashboardUpdateBlock::getAdminTitle function core/modules/dashboard/includes/block.update.inc Return an administrative title that will always have a value.
installer_manager_update_ready_form function core/modules/installer/installer.manager.inc Form constructor for the update ready form.
_update_7000_field_sql_storage_write function core/modules/field/modules/field_sql_storage/field_sql_storage.install Utility function: write field data directly to SQL storage.
path_bulk_update_form_rebuild_submit function core/modules/path/path.admin.inc Form submit handler for URL alias bulk update form.
UpdateCoreTestCase::setSystemInfo1_0 function core/modules/update/tests/update.test Sets the version to 1.0 when no project-specific mapping is defined.
BackupUpdateTestCase::$upgradeErrors property core/modules/simpletest/tests/backup.test Array of errors triggered during the upgrade process.
update_d7_test_2_update_last_removed function core/modules/simpletest/tests/update_d7_test_2.install Implements hook_update_last_removed().
BackdropUpdaterInterface::postUpdate function core/includes/updater.inc Actions to run after an update has occurred.
views_plugin_pager::update_page_info function core/modules/views/plugins/views_plugin_pager.inc If there are pagers that need global values set, this method can be used to set them. It will be called when the count query is run.
entity_crud_hook_test_comment_update function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_comment_update().
admin_bar_taxonomy_vocabulary_update function core/modules/admin_bar/admin_bar.module Implements hook_taxonomy_vocabulary_update().
views_handler_field_ncs_last_updated class core/modules/comment/views/views_handler_field_ncs_last_updated.inc Field handler to display the newer of last comment / node updated.
installer_manager_update_form_submit function core/modules/installer/installer.manager.inc Form submission handler for installer_manager_update_form().
database_example_form_update_callback function modules/examples/database_example/database_example.module AJAX callback handler for the pid select.
path_bulk_update_form_generate_submit function core/modules/path/path.admin.inc Submit handler for URL alias bulk generate form.
field_sql_storage_field_update_forbid function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_update_forbid().
UpdateTestHelper::refreshUpdateStatus function core/modules/update/tests/update.test Refreshes the update status based on the desired available update scenario.
UpdateTestHelper::assertStandardTests function core/modules/update/tests/update.test Runs a series of assertions that are applicable to all update statuses.
_update_get_cached_available_releases function core/modules/update/update.module Returns all currently cached data about available releases for all projects.
BackdropUpdaterInterface::isInstalled function core/includes/updater.inc Checks if the project is installed.
BackdropUpdaterInterface::postInstall function core/includes/updater.inc Actions to run after an install has occurred.
field_group_formatter_settings_update function core/modules/field_group/field_group.field_ui.inc Update handler for field_group configuration settings.
PathPatternBulkUpdateTestCase::$terms property core/modules/path/tests/path_pattern.test
PathPatternBulkUpdateTestCase::$users property core/modules/path/tests/path_pattern.test
views_handler_filter_ncs_last_updated class core/modules/comment/views/views_handler_filter_ncs_last_updated.inc Filter handler for the newer of last comment / node updated.
config_export_single_form_update_type function core/modules/config/config.admin.inc Handles switching the configuration type selector.
PathPatternBulkUpdateTestCase::$nodes property core/modules/path/tests/path_pattern.test
DashboardUpdateBlock::getAdminPreview function core/modules/dashboard/includes/block.update.inc Return a preview for this block.
update_calculate_project_update_status function core/modules/update/update.compare.inc Calculates the current update status of a specific project.
DatabaseMergeTestCase::testMergeUpdate function core/modules/simpletest/tests/database_test.test Confirm that we can merge-update a record successfully.
FieldCrudTestCase::testUpdateFieldType function core/modules/field/tests/field.test
EntityReferenceBehaviorHandler::update function core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc Act before updating an entity reference field.
UpdateDependencyMissingTestCase::setUp function core/modules/simpletest/tests/update.test Sets up a Backdrop site for running functional and integration tests.
UpdateDependencyHookInvocationTestCase class core/modules/simpletest/tests/update.test Tests for the invocation of hook_update_dependencies().
installer_manager_update_form_validate function core/modules/installer/installer.manager.inc Form validation handler for installer_manager_update_form().
UpdateTestFileTransfer::getSettingsForm function core/modules/update/tests/update_test/update_test.module Returns a settings form with a text field to input a username.
DatabaseUpdateTestCase::testMultiUpdate function core/modules/simpletest/tests/database_test.test Confirm that we can update a multiple records successfully.
DatabaseUpdateTestCase::testWhereUpdate function core/modules/simpletest/tests/database_test.test Confirm that we can update a multiple records with a where call.
views_handler_sort_ncs_last_updated.inc file core/modules/comment/views/views_handler_sort_ncs_last_updated.inc Definition of views_handler_sort_ncs_last_updated.
ContactSiteWideTestCase::updateCategory function core/modules/contact/tests/contact.test Updates a category.
taxonomy_path_bulk_update_batch_process function core/modules/taxonomy/taxonomy.path.inc Batch processing callback; Generate URL aliases for taxonomy terms.
PathPatternBulkUpdateTestCase::$profile property core/modules/path/tests/path_pattern.test The profile to install as a basis for testing.
config_export_single_form_update_export function core/modules/config/config.admin.inc AJAX submit handler for config_export_single_form().
UpdateDependencyOrderingTestCase::setUp function core/modules/simpletest/tests/update.test Sets up a Backdrop site for running functional and integration tests.
UpdateScriptFunctionalTest::$update_url property core/modules/system/tests/system.test
UpdateScriptFunctionalTest::$update_user property core/modules/system/tests/system.test
_installer_authorize_clear_update_status function core/modules/installer/installer.authorize.inc Clears cached available update status data.
DatabaseUpdateTestCase::testSimpleUpdate function core/modules/simpletest/tests/database_test.test Confirm that we can update a single record successfully.
views_handler_field_ncs_last_updated.inc file core/modules/comment/views/views_handler_field_ncs_last_updated.inc Definition of views_handler_field_ncs_last_updated.
path_bulk_update_form_bulk_delete_submit function core/modules/path/path.admin.inc Submit handler for path_admin_bulk_delete().

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
    • Dialog API
  • 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