13 calls to field_attach_update()

comment_save in drupal/modules/comment/comment.module
Accepts a submission of new or changed comment content.
EntityFieldQueryTestCase::setUp in drupal/modules/simpletest/tests/entity_query.test
Sets up a Drupal site for running functional and integration tests.
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions in drupal/modules/simpletest/tests/entity_query.test
Tests field meta conditions.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in drupal/modules/simpletest/tests/entity_query.test
Tests querying translatable fields.
FieldAttachOtherTestCase::testFieldAttachCache in drupal/modules/field/tests/field.test
Test field cache.
FieldAttachStorageTestCase::testFieldAttachDelete in drupal/modules/field/tests/field.test
Test field_attach_delete().
FieldAttachStorageTestCase::testFieldAttachSaveLoad in drupal/modules/field/tests/field.test
Check field values insert, update and load.
FieldAttachStorageTestCase::testFieldAttachSaveMissingData in drupal/modules/field/tests/field.test
Tests insert and update with missing or NULL fields.
FieldSqlStorageTestCase::testFieldAttachInsertAndUpdate in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTestCase::testFieldAttachSaveMissingData in drupal/modules/field/modules/field_sql_storage/field_sql_storage.test
Tests insert and update with missing or NULL fields.
FileFieldWidgetTestCase::testSingleValuedWidget in drupal/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
taxonomy_term_save in drupal/modules/taxonomy/taxonomy.module
Saves a term object to the database.
user_save in drupal/modules/user/user.module
Save changes to a user account or add a new user.