You are here

18 calls to field_cache_clear() in Drupal 7

CommentUninstallTestCase::testCommentUninstall in modules/comment/comment.test
DrupalWebTestCase::tearDown in modules/simpletest/drupal_web_test_case.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
FieldAttachStorageTestCase::testFieldAttachSaveMissingData in modules/field/tests/field.test
Tests insert and update with missing or NULL fields.
FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue in modules/field/tests/field.test
Test insert with missing or NULL fields, with default value.
FieldFormTestCase::testNestedFieldForm in modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldInfoTestCase::testFieldPrepare in modules/field/tests/field.test
Test that cached field definitions are ready for current runtime context.
FieldInfoTestCase::testInstancePrepare in modules/field/tests/field.test
Test that cached instance definitions are ready for current runtime context.
field_attach_create_bundle in modules/field/field.attach.inc
Notify field.module that a new bundle was created.
field_attach_delete_bundle in modules/field/field.attach.inc
Notify field.module the a bundle was deleted.
field_attach_rename_bundle in modules/field/field.attach.inc
Notify field.module that a bundle was renamed.
field_create_field in modules/field/field.crud.inc
Creates a field.
field_create_instance in modules/field/field.crud.inc
Creates an instance of a field, binding it to a bundle.
field_delete_field in modules/field/field.crud.inc
Marks a field and its instances and data for deletion.
field_delete_instance in modules/field/field.crud.inc
Marks a field instance and its data for deletion.
field_update_field in modules/field/field.crud.inc
Updates a field.
field_update_instance in modules/field/field.crud.inc
Updates an instance of a field.
text_filter_format_disable in modules/field/modules/text/text.module
Implements hook_filter_format_disable().
text_filter_format_update in modules/field/modules/text/text.module
Implements hook_filter_format_update().