23 calls to field_info_cache_clear()

CustomBlockTypeTest::testCustomBlockTypeEditing in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php
Tests editing a block type using the UI.
EntityTranslationSettingsTest::testSettingsUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php
Tests that the settings UI works as expected.
FieldInfoTest::testFieldInfo in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that field types and field definitions are correctly cached.
FieldInfoTest::testFieldInfoCache in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Tests that the field info cache can be built correctly.
FieldInfoTest::testFieldPrepare in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that cached field definitions are ready for current runtime context.
FieldInfoTest::testInstancePrepare in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that cached instance definitions are ready for current runtime context.
FieldOverview::buildForm in drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
field_bundle_settings in drupal/core/modules/field/field.module
Gets or sets administratively defined bundle settings.
field_cache_clear in drupal/core/modules/field/field.module
Clears the field info and field data caches.
field_purge_field in drupal/core/modules/field/field.crud.inc
Purges a field record from the database.
field_purge_instance in drupal/core/modules/field/field.crud.inc
Purges a field instance record from the database.
field_test_entity_info in drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc
Implements hook_entity_info().
FileFieldWidgetTest::testPrivateFileComment in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
ImageFieldDisplayTest::testImageFieldDefaultImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
image_style_flush in drupal/core/modules/image/image.module
Flushes cached media for a style.
ManageDisplayTest::assertNodeViewTextHelper in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Asserts that a string is (not) found in the rendered nodein a view mode.
ManageFieldsTest::assertFieldSettings in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Asserts field settings are as expected.
ManageFieldsTest::testDefaultValue in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testDeleteField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that deletion removes fields and instances as expected.
ManageFieldsTest::testDeleteTaxonomyField in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that deletion removes fields and instances as expected for a term.
NodeTypeTest::testNodeTypeEditing in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests editing a node type using the UI.
OptionsFieldUITest::assertAllowedValuesInput in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Tests a string input for the 'allowed values' form element.
OptionsFieldUITest::testOptionsAllowedValuesBoolean in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Options (boolean) : test 'On/Off' values input.