You are here

19 calls to field_info_cache_clear() in Drupal 7

FieldInfoTestCase::testFieldInfo in modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInfoTestCase::testFieldInfoCache in modules/field/tests/field.test
Tests that the field info cache can be built correctly.
FieldUIManageDisplayTestCase::assertNodeViewTextHelper in modules/field_ui/field_ui.test
Asserts that a string is (not) found in the rendered nodein a view mode.
FieldUIManageDisplayTestCase::testFormatterUI in modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::assertFieldSettings in modules/field_ui/field_ui.test
Asserts field settings are as expected.
FieldUIManageFieldsTestCase::testDefaultValue in modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDeleteField in modules/field_ui/field_ui.test
Tests that deletion removes fields and instances as expected.
field_bundle_settings in modules/field/field.module
Gets or sets administratively defined bundle settings.
field_cache_clear in modules/field/field.module
Clear the field info and field data caches.
field_multilingual_settings_changed in modules/field/field.multilingual.inc
Implements hook_multilingual_settings_changed().
field_purge_field in modules/field/field.crud.inc
Purges a field record from the database.
field_purge_instance in modules/field/field.crud.inc
Purges a field instance record from the database.
field_test_entity_info in modules/field/tests/field_test.entity.inc
Implements hook_entity_info().
field_ui_field_overview_form in modules/field_ui/field_ui.admin.inc
Form constructor for the 'Manage fields' form of a bundle.
hook_multilingual_settings_changed in modules/locale/locale.api.php
Allow modules to react to language settings changes.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in modules/image/image.test
Test use of a default image with an image field.
image_style_flush in modules/image/image.module
Flushes cached media for a style.
ListFieldUITestCase::assertAllowedValuesInput in modules/field/modules/list/tests/list.test
Tests a string input for the 'allowed values' form element.
NodeTypeTestCase::testNodeTypeEditing in modules/node/node.test
Tests editing a node type using the UI.