Search for date
Title | Object type | File name | Summary |
---|---|---|---|
db_update | function | includes/ |
Returns a new UpdateQuery object for the active database. |
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. |
drupal_validate_form | function | includes/ |
Validates user-submitted form data in the $form_state array. |
drupal_validate_utf8 | function | includes/ |
Checks whether a string is valid UTF-8. |
element_validate_integer | function | includes/ |
Form element validation handler for integer elements. |
element_validate_integer_positive | function | includes/ |
Form element validation handler for integer elements that must be positive. |
element_validate_number | function | includes/ |
Form element validation handler for number elements. |
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(). |
entity_form_field_validate | function | includes/ |
Attaches field API validation to entity forms. |
Extra updates for 7.x | group | modules/ |
Update functions between 7.x versions. |
FieldAttachOtherTestCase::testFieldAttachValidate | function | modules/ |
Test field_attach_validate(). |
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_form_validate | function | modules/ |
Perform field validation against form-submitted field values. |
field_attach_update | function | modules/ |
Save field data for an existing entity. |
field_attach_validate | function | modules/ |
Perform field validation against the field data in an entity. |
field_default_validate | function | modules/ |
Generic field validation handler. |
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. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.