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