41 calls to field_info_instance()

CommentTokenReplaceTestCase::testCommentTokenReplacement in drupal-7.x/modules/comment/comment.test
Creates a comment, then tests the tokens generated from it.
comment_tokens in drupal-7.x/modules/comment/comment.tokens.inc
Implements hook_tokens().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in drupal-7.x/modules/field/tests/field.test
Test storage details alteration.
FieldBulkDeleteTestCase::testDeleteFieldInstance in drupal-7.x/modules/field/tests/field.test
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
FieldBulkDeleteTestCase::testPurgeField in drupal-7.x/modules/field/tests/field.test
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged.
FieldBulkDeleteTestCase::testPurgeInstance in drupal-7.x/modules/field/tests/field.test
Verify that field data items and instances are purged when an instance is deleted.
FieldInfoTestCase::testInstanceDisabledEntityType in drupal-7.x/modules/field/tests/field.test
Test that instances on disabled entity types are filtered out.
FieldInfoTestCase::testInstancePrepare in drupal-7.x/modules/field/tests/field.test
Test that cached instance definitions are ready for current runtime context.
FieldSqlStorageTestCase::testFieldStorageDetails in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test the storage details.
FieldUIManageDisplayTestCase::testFormatterUI in drupal-7.x/modules/field_ui/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::assertFieldSettings in drupal-7.x/modules/field_ui/field_ui.test
Asserts field settings are as expected.
FieldUIManageFieldsTestCase::testDefaultValue in drupal-7.x/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDeleteField in drupal-7.x/modules/field_ui/field_ui.test
Tests that deletion removes fields and instances as expected.
field_delete_field in drupal-7.x/modules/field/field.crud.inc
Marks a field and its instances and data for deletion.
field_ui_existing_field_options in drupal-7.x/modules/field_ui/field_ui.admin.inc
Returns an array of existing fields to be added to a bundle.
field_ui_field_delete_form_submit in drupal-7.x/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_delete_form().
field_ui_field_settings_form_submit in drupal-7.x/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_settings_form().
field_ui_menu_load in drupal-7.x/modules/field_ui/field_ui.module
Menu loader; Load a field instance based on field and bundle name.
FileFieldDisplayTestCase::testNodeDisplay in drupal-7.x/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in drupal-7.x/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestCase::updateFileField in drupal-7.x/modules/file/tests/file.test
Updates an existing file field with new settings.
FileFieldValidateTestCase::testFileExtension in drupal-7.x/modules/file/tests/file.test
Tests file extension checking.
FileFieldValidateTestCase::testFileMaxSize in drupal-7.x/modules/file/tests/file.test
Tests the max file size validator.
FileFieldValidateTestCase::testRequired in drupal-7.x/modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::testMultiValuedWidget in drupal-7.x/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileSetting in drupal-7.x/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in drupal-7.x/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileTokenReplaceTestCase::testFileTokenReplacement in drupal-7.x/modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
ImageAdminStylesUnitTest::testStyleReplacement in drupal-7.x/modules/image/image.test
Test deleting a style and choosing a replacement style.
ImageFieldDefaultImagesTestCase::testDefaultImages in drupal-7.x/modules/image/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::testImageFieldSettings in drupal-7.x/modules/image/image.test
Tests for image field settings.
ImageFieldDisplayTestCase::_testImageFieldFormatters in drupal-7.x/modules/image/image.test
Test image formatters on node display.
NodeTokenReplaceTestCase::testNodeTokenReplacement in drupal-7.x/modules/node/node.test
Creates a node, then tests the tokens generated from it.
NodeTypeTestCase::testNodeTypeEditing in drupal-7.x/modules/node/node.test
Tests editing a node type using the UI.
node_add_body_field in drupal-7.x/modules/node/node.module
Adds default body field to a node type.
node_tokens in drupal-7.x/modules/node/node.tokens.inc
Implements hook_tokens().
SummaryLengthTestCase::testSummaryLength in drupal-7.x/modules/node/node.test
Tests the node summary length functionality.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyChangeMachineName in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that machine name changes are properly reflected.
_field_invoke_get_instances in drupal-7.x/modules/field/field.attach.inc
Helper for _field_invoke(): retrieves a list of instances to operate on.
_forum_node_check_node_type in drupal-7.x/modules/forum/forum.module
Checks whether a node can be used in a forum, based on its content type.