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::canUpdateDirectory function core/modules/system/system.updater.inc Determine if the Updater can handle the project provided in $directory.
ThemeUpdater::getInstallDirectory function core/modules/system/system.updater.inc Return the directory where a theme should be installed.
taxonomy_test_taxonomy_term_update function core/modules/simpletest/tests/taxonomy_test.module Implements hook_taxonomy_term_update().
UpdateCoreTestCase::testFetchTasks function core/modules/update/tests/update.test Tests that exactly one fetch task per project is created and not more.
layout_settings_form_update_layout function core/modules/layout/layout.admin.inc Submit handler for layout_settings_form() that saves in-progress values.
layout_block_configure_ajax_update function core/modules/layout/layout.admin.inc AJAX callback to update the underlying layout form after updating a block.
Private update status cache system group core/modules/update/update.module Functions to manage the update status cache.
FieldCrudTestCase::testUpdateField function core/modules/field/tests/field.test Test updating a field.
update_upgrade_enable_dependencies function core/includes/update.inc Enables needed dependencies.
LayoutUpdater::getInstallDirectory function core/modules/system/system.updater.inc Return the directory where a layout should be installed.
ModuleUpdater::getInstallDirectory function core/modules/system/system.updater.inc Return the directory where a module should be installed.
database_example_form_update_submit function modules/examples/database_example/database_example.module Submit handler for the 'update entry' form.
update_callback_service_unavailable function core/modules/update/tests/update_test/update_test.module Page callback: Displays an Error 503 (Service unavailable) page.
_file_update_image_field_dimensions function core/modules/file/file.file.inc Update the image dimensions stored in any image fields for a file.
_batch_example_update_http_requests function modules/examples/batch_example/batch_example.module Utility function to increment HTTP requests in a session variable.
taxonomy_taxonomy_vocabulary_update function core/modules/taxonomy/taxonomy.module Implements hook_taxonomy_vocabulary_update().
entityreference_field_attach_update function core/modules/entityreference/entityreference.module Implements hook_field_attach_update().
entity_crud_hook_test_entity_update function core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_update().
node_path_bulk_update_batch_process function core/modules/node/node.path.inc Batch processing callback; Generate or update aliases for nodes.
views_handler_sort_ncs_last_updated class core/modules/comment/views/views_handler_sort_ncs_last_updated.inc Sort handler for the newer of last comment / node updated.
user_path_bulk_update_batch_process function core/modules/user/user.path.inc Batch processing callback; Generate URL aliases for users.
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.
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.

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