EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions in core/modules/entity/tests/entity_query.test
Tests field meta conditions.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable in core/modules/entity/tests/entity_query.test
Tests querying translatable fields.
entityreference_update_1001 in core/modules/entityreference/entityreference.install
Update each field base that references old plugin name "views-select-list" to "views".
FieldCrudTestCase::testUpdateField in core/modules/field/tests/field.test
Test updating a field.
FieldCrudTestCase::testUpdateFieldForbid in core/modules/field/tests/field.test
Test field type modules forbidding an update.
FieldCrudTestCase::testUpdateFieldType in core/modules/field/tests/field.test
FieldCrudTestCase::testUpdateNonExistentField in core/modules/field/tests/field.test
FieldSqlStorageTestCase::testFieldUpdateFailure in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test that failure to create fields is handled gracefully.
FieldSqlStorageTestCase::testUpdateFieldSchemaWithData in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test trying to update a field with data.
FieldTranslationsTestCase::testFieldAvailableLanguages in core/modules/field/tests/field.test
Ensures that only valid values are returned by field_available_languages().
field_associate_fields in core/modules/field/field.module
Allows a module to update the database for fields and columns it controls.
field_config_update in core/modules/field/field.module
Implements hook_config_update().
field_sync_field_status in core/modules/field/field.module
Refreshes the 'active' and 'storage[active]' properties on fields.
field_ui_field_edit_form_submit in core/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_edit_form().
field_ui_field_settings_form_submit in core/modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_settings_form().
ImageFieldDefaultImagesTestCase::testDefaultImages in core/modules/image/tests/image.test
Tests CRUD for fields and fields instances with default images.
ListFieldTestCase::testUpdateAllowedValues in core/modules/field/modules/list/tests/list.test
Test that allowed values can be updated.
LocaleMultilingualFieldsFunctionalTest::setUp in core/modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
OptionsWidgetsTestCase::testCheckBoxes in core/modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in core/modules/field/modules/options/tests/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons in core/modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
TaxonomyVocabulary::delete in core/modules/taxonomy/taxonomy_vocabulary.class.inc
Deletes a taxonomy vocabulary.
taxonomy_taxonomy_vocabulary_update in core/modules/taxonomy/taxonomy.module
Implements hook_taxonomy_vocabulary_update().
UserRegistrationTestCase::testRegistrationWithUserFields in core/modules/user/tests/user.test
Tests Field API fields on user registration forms.