Search for update

  1. Search 9.5.x for update
  2. Search 8.9.x for update
  3. Search 10.3.x for update
  4. Search 11.x for update
  5. Other projects
Title Object type File name Summary
DrupalUpdateException class includes/update.inc @class Exception class used to throw error if a module update fails.
DrupalUpdaterInterface interface includes/updater.inc Interface for a class which can update a Drupal project.
DrupalUpdaterInterface::canUpdateDirectory function includes/updater.inc Determine if the Updater can handle the project provided in $directory.
DrupalUpdaterInterface::getInstallDirectory function includes/updater.inc
DrupalUpdaterInterface::getProjectName function includes/updater.inc Returns the system name of the project.
DrupalUpdaterInterface::isInstalled function includes/updater.inc Checks if the project is installed.
DrupalUpdaterInterface::postInstall function includes/updater.inc Actions to run after an install has occurred.
DrupalUpdaterInterface::postUpdate function includes/updater.inc Actions to run after an update has occurred.
drupal_get_updaters function includes/common.inc Assembles the Drupal Updater registry.
drupal_load_updates function includes/install.inc Loads .install files for installed modules to initialize the update system.
entity_crud_hook_test_comment_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_update().
entity_crud_hook_test_entity_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_entity_update().
entity_crud_hook_test_file_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_file_update().
entity_crud_hook_test_node_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_node_update().
entity_crud_hook_test_taxonomy_term_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_update().
entity_crud_hook_test_taxonomy_vocabulary_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_update().
entity_crud_hook_test_user_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_update().
Extra updates for 7.x group modules/system/system.install Update functions between 7.x versions.
FieldCrudTestCase::testUpdateField function modules/field/tests/field.test Test updating a field.
FieldCrudTestCase::testUpdateFieldForbid function modules/field/tests/field.test Test field type modules forbidding an update.
FieldCrudTestCase::testUpdateFieldType function modules/field/tests/field.test
FieldCrudTestCase::testUpdateNonExistentField function modules/field/tests/field.test
FieldInstanceCrudTestCase::testUpdateFieldInstance function modules/field/tests/field.test Test the update of a field instance.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate function modules/field/modules/field_sql_storage/field_sql_storage.test Reads mysql to verify correct data is
written when using insert and update.
FieldSqlStorageTestCase::testFieldUpdateFailure function modules/field/modules/field_sql_storage/field_sql_storage.test Test that failure to create fields is handled gracefully.
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData function modules/field/modules/field_sql_storage/field_sql_storage.test Test adding and removing indexes while data is present.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData function modules/field/modules/field_sql_storage/field_sql_storage.test Test trying to update a field with data.
FieldUIManageFieldsTestCase::updateField function modules/field_ui/field_ui.test Tests editing an existing field.
FieldUpdateForbiddenException class modules/field/field.module Exception class thrown by hook_field_update_forbid().
FieldUpdatePathTestCase class modules/simpletest/tests/upgrade/update.field.test Tests the Field 7.0 -> 7.x update path.
FieldUpdatePathTestCase::getInfo function modules/simpletest/tests/upgrade/update.field.test
FieldUpdatePathTestCase::setUp function modules/simpletest/tests/upgrade/update.field.test Overrides DrupalWebTestCase::setUp() for upgrade testing.
FieldUpdatePathTestCase::testFilledUpgrade function modules/simpletest/tests/upgrade/update.field.test Tests that the update is successful.
field_attach_update function modules/field/field.attach.inc Save field data for an existing entity.
field_sql_storage_field_storage_update_field function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_update_field().
field_sql_storage_field_update_forbid function modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_update_forbid().
field_sql_storage_update_7000 function modules/field/modules/field_sql_storage/field_sql_storage.install Field SQL storage update version placeholder.
field_sql_storage_update_7001 function modules/field/modules/field_sql_storage/field_sql_storage.install Remove the field_config_entity_type table and store 'entity_type' strings.
field_sql_storage_update_7002 function modules/field/modules/field_sql_storage/field_sql_storage.install Fix primary keys in field revision data tables.
FIELD_STORAGE_UPDATE constant modules/field/field.attach.inc Argument for an update operation.
field_test_field_update function modules/field/tests/field_test.field.inc Implements hook_field_update().
field_test_field_update_forbid function modules/field/tests/field_test.field.inc Implements hook_field_update_forbid().
field_update_7000 function modules/field/field.install Field update version placeholder.
field_update_7001 function modules/field/field.install Fix fields definitions created during the d6 to d7 upgrade path.
field_update_7002 function modules/field/field.install Split the all-inclusive field_bundle_settings variable per bundle.
field_update_7003 function modules/field/field.install Add the FieldInfo class to the class registry.
field_update_7004 function modules/field/field.install Grant the new "administer fields" permission to trusted users.
field_update_field function modules/field/field.crud.inc Updates a field.
field_update_instance function modules/field/field.crud.inc Updates an instance of a field.
FileFieldTestCase::updateFileField function modules/file/tests/file.test Updates an existing file field with new settings.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.