19 calls to field_info_cache_clear()

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