74 calls to field_create_field()

AJAXMultiFormTestCase::setUp in drupal-7.x/modules/simpletest/tests/ajax.test
Sets up a Drupal site for running functional and integration tests.
EntityFieldQueryTestCase::setUp in drupal-7.x/modules/simpletest/tests/entity_query.test
Sets up a Drupal site for running functional and integration tests.
FieldAttachStorageTestCase::testFieldAttachDeleteBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_delete_bundle().
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in drupal-7.x/modules/field/tests/field.test
Test the 'multiple' load feature.
FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage in drupal-7.x/modules/field/tests/field.test
Test saving and loading fields using different storage backends.
FieldAttachStorageTestCase::testFieldStorageDetailsAlter in drupal-7.x/modules/field/tests/field.test
Test storage details alteration.
FieldAttachTestCase::createFieldWithInstance in drupal-7.x/modules/field/tests/field.test
Create a field and an instance of it.
FieldBulkDeleteTestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldCrudTestCase::testActive in drupal-7.x/modules/field/tests/field.test
Test that fields are properly marked active or inactive.
FieldCrudTestCase::testCreateField in drupal-7.x/modules/field/tests/field.test
Test the creation of a field.
FieldCrudTestCase::testCreateFieldFail in drupal-7.x/modules/field/tests/field.test
Test failure to create a field.
FieldCrudTestCase::testDeleteField in drupal-7.x/modules/field/tests/field.test
Test the deletion of a field.
FieldCrudTestCase::testFieldIndexes in drupal-7.x/modules/field/tests/field.test
Test creation of indexes on data column.
FieldCrudTestCase::testReadField in drupal-7.x/modules/field/tests/field.test
Test reading back a field definition.
FieldCrudTestCase::testReadFields in drupal-7.x/modules/field/tests/field.test
Tests reading field definitions.
FieldCrudTestCase::testUpdateField in drupal-7.x/modules/field/tests/field.test
Test updating a field.
FieldCrudTestCase::testUpdateFieldForbid in drupal-7.x/modules/field/tests/field.test
Test field type modules forbidding an update.
FieldCrudTestCase::testUpdateFieldType in drupal-7.x/modules/field/tests/field.test
FieldDisplayAPITestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldFormTestCase::testFieldFormAccess in drupal-7.x/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in drupal-7.x/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in drupal-7.x/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testNestedFieldForm in drupal-7.x/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldInfoTestCase::testFieldInfo in drupal-7.x/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInfoTestCase::testFieldInfoCache in drupal-7.x/modules/field/tests/field.test
Tests that the field info cache can be built correctly.
FieldInfoTestCase::testFieldMap in drupal-7.x/modules/field/tests/field.test
Test field_info_field_map().
FieldInfoTestCase::testFieldPrepare in drupal-7.x/modules/field/tests/field.test
Test that cached field definitions are ready for current runtime context.
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.
FieldInstanceCrudTestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldInstanceCrudTestCase::testCreateFieldInstance in drupal-7.x/modules/field/tests/field.test
Test the creation of a field instance.
FieldSqlStorageTestCase::setUp in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Sets up a Drupal site for running functional and integration tests.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test foreign key support.
FieldSqlStorageTestCase::testFieldUpdateFailure in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test that failure to create fields is handled gracefully.
FieldSqlStorageTestCase::testFieldUpdateIndexesWithData in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test adding and removing indexes while data is present.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData in drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test
Test trying to update a field with data.
FieldTranslationsTestCase::setUp in drupal-7.x/modules/field/tests/field.test
Set the default field storage backend for fields created during tests.
FieldTranslationsTestCase::testFieldDisplayLanguage in drupal-7.x/modules/field/tests/field.test
Tests display language logic for translatable fields.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter in drupal-7.x/modules/field_ui/field_ui.test
Tests hook_field_widget_properties_alter() on the default field widget.
FieldUIManageFieldsTestCase::testDefaultValue in drupal-7.x/modules/field_ui/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testHiddenFields in drupal-7.x/modules/field_ui/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
field_ui_field_overview_form_submit in drupal-7.x/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_overview_form().
FileFieldTestCase::createFileField in drupal-7.x/modules/file/tests/file.test
Creates a new file field.
FormsArbitraryRebuildTestCase::setUp in drupal-7.x/modules/simpletest/tests/form.test
Sets up a Drupal site for running functional and integration tests.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in drupal-7.x/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
forum_enable in drupal-7.x/modules/forum/forum.install
Implements hook_enable().
ImageFieldTestCase::createImageField in drupal-7.x/modules/image/image.test
Create a new image field.
ListDynamicValuesTestCase::setUp in drupal-7.x/modules/field/modules/list/tests/list.test
Set the default field storage backend for fields created during tests.
ListFieldTestCase::setUp in drupal-7.x/modules/field/modules/list/tests/list.test
Set the default field storage backend for fields created during tests.
ListFieldTestCase::testUpdateAllowedValues in drupal-7.x/modules/field/modules/list/tests/list.test
Test that allowed values can be updated.
ListFieldUITestCase::createListField in drupal-7.x/modules/field/modules/list/tests/list.test
Helper function to create list field of a given type.
NodeAccessFieldTestCase::setUp in drupal-7.x/modules/node/node.test
Sets up a Drupal site for running functional and integration tests.
node_add_body_field in drupal-7.x/modules/node/node.module
Adds default body field to a node type.
NumberFieldTestCase::testNumberDecimalField in drupal-7.x/modules/field/modules/number/number.test
Test number_decimal field.
OptionsWidgetsTestCase::setUp in drupal-7.x/modules/field/modules/options/options.test
Set the default field storage backend for fields created during tests.
RdfRdfaMarkupTestCase::testAttributesInMarkupFile in drupal-7.x/modules/rdf/rdf.test
Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser.
standard_install in drupal-7.x/profiles/standard/standard.install
Implements hook_install().
TaxonomyRSSTestCase::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermFieldMultipleVocabularyTestCase::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermFieldTestCase::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermIndexTestCase::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTermTestCase::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyTokenReplaceTestCase::setUp in drupal-7.x/modules/taxonomy/taxonomy.test
Sets up a Drupal site for running functional and integration tests.
TaxonomyVocabularyTestCase::testTaxonomyVocabularyChangeMachineName in drupal-7.x/modules/taxonomy/taxonomy.test
Tests that machine name changes are properly reflected.
TaxonomyVocabularyTestCase::testUninstallReinstall in drupal-7.x/modules/taxonomy/taxonomy.test
Test uninstall and reinstall of the taxonomy module.
TextFieldTestCase::testTextFieldValidation in drupal-7.x/modules/field/modules/text/text.test
Test text field validation.
TextFieldTestCase::_testTextfieldWidgets in drupal-7.x/modules/field/modules/text/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in drupal-7.x/modules/field/modules/text/text.test
Helper function for testTextfieldWidgetsFormatted().
UserRegistrationTestCase::testRegistrationWithUserFields in drupal-7.x/modules/user/user.test
Tests Field API fields on user registration forms.
_comment_body_field_create in drupal-7.x/modules/comment/comment.module
Creates a comment_body field instance for a given node type.