CommentFieldsTest::testCommentDefaultFields in modules/comment/tests/comment.test
Tests that the default 'comment_body' field is correctly added.
entity_form_submit_build_entity in modules/entity/entity.module
Copies submitted values to entity properties for simple entity forms.
field_attach_delete in modules/field/field.attach.inc
Delete field data for an existing entity. This deletes all revisions of field data for the entity.
field_attach_delete_revision in modules/field/field.attach.inc
Delete field data for a single revision of an existing entity. The passed entity must have a revision id attribute.
field_attach_insert in modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_preprocess in modules/field/field.attach.inc
Populate the template variables with the field values available for rendering.
FieldAttachStorageTestCase::testFieldAttachLoadMultiple in modules/field/tests/field.test
Test the 'multiple' load feature.
field_attach_update in modules/field/field.attach.inc
Save field data for an existing entity.
field_delete_field in modules/field/field.crud.inc
Marks a field and its instances and data for deletion.
field_get_block_list in modules/field/field.module
Helper function to build a list of fields that have been made available as a block.
field_info_max_weight in modules/field/field.info.inc
Returns the maximum weight of all the components in an entity.
FieldInfoTestCase::testFieldInfo in modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
_field_invoke_get_instances in modules/field/field.attach.inc
Helper for _field_invoke(): retrieves a list of instances to operate on.
field_language in modules/field/field.multilingual.inc
Returns the display language for the fields attached to the given entity.
field_sql_storage_field_storage_delete in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete().
field_test_field_storage_delete in modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_delete().
_field_token_info in modules/field/field.tokens.inc
Fetch an array of field data used for tokens.
field_tokens in modules/field/field.tokens.inc
Implements hook_tokens().
FieldTranslationsTestCase::testFieldDisplayLanguage in modules/field/tests/field.test
Tests display language logic for translatable fields.
field_ui_admin_bar_map in modules/admin_bar/admin_bar.map.inc
Implements hook_admin_bar_map() on behalf of Field UI module.
field_ui_display_form in modules/field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given display mode.
field_ui_existing_field_options in modules/field_ui/field_ui.admin.inc
Returns an array of existing fields to be added to a bundle.
field_ui_field_overview_form in modules/field_ui/field_ui.admin.inc
Form constructor for the 'Manage fields' form of a bundle.
field_ui_fields_list in modules/field_ui/field_ui.admin.inc
Page callback: Lists all defined fields for quick reference.
field_ui_inactive_instances in modules/field_ui/field_ui.module
Identifies inactive fields within a bundle.
field_views_field_label in modules/field/views/field.views.inc
Returns the label of a certain field.
file_add_form_submit in modules/file/file.pages.inc
Submit handler for the add file form.
file_field_attach_load in modules/file/file.module
Implements hook_field_attach_load().
_filter_get_processed_text_fields in modules/filter/filter.module
Determines the text fields on an entity that have text processing enabled.
hook_field_storage_delete in modules/field/field.api.php
Delete all field data for an entity.
LinkUITest::testCRUDCreateFieldDefaults in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDCreateFieldWithClass in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDCreateFieldWithTwoClasses in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
locale_field_node_form_submit in modules/locale/locale.module
Form submit handler for node_form().
taxonomy_build_node_index in modules/taxonomy/taxonomy.module
Builds and inserts taxonomy index entries for a given node.
user_register_form in modules/user/user.module
Form builder; the user registration form.
views_plugin_argument_default_taxonomy_tid::get_argument in modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc
Return the default argument.
ViewsUiBaseViewsWizard::build_filters in modules/views_ui/wizards/views_ui_base_views_wizard.php
Build the part of the form that allows the user to select the view's filters.