- CommentFieldsTest::testCommentDefaultFields in core/
modules/ comment/ tests/ comment.test - Tests that the default 'comment_body' field is correctly added.
- EntityReferenceBehaviorHandlerTaxonomyIndex::buildNodeIndex in core/
modules/ entityreference/ plugins/ behavior/ EntityReferenceBehaviorHandlerTaxonomyIndex.inc - Builds and inserts taxonomy index entries for a given node.
- EntityReferenceSelectionHandlerGeneric::settingsForm in core/
modules/ entityreference/ plugins/ selection/ EntityReferenceSelectionHandlerGeneric.inc - Implements EntityReferenceHandler::settingsForm().
- entityreference_entity_crud in core/
modules/ entityreference/ entityreference.module - Invoke a behavior based on entity CRUD.
- entityreference_field_attach_delete in core/
modules/ entityreference/ entityreference.module - Implements hook_field_attach_delete().
- entityreference_field_attach_insert in core/
modules/ entityreference/ entityreference.module - Implements hook_field_attach_insert().
- entityreference_field_attach_update in core/
modules/ entityreference/ entityreference.module - Implements hook_field_attach_update().
- entity_form_submit_build_entity in core/
modules/ entity/ entity.module - Copies submitted values to entity properties for simple entity forms.
- FieldAttachStorageTestCase::testFieldAttachLoadMultiple in core/
modules/ field/ tests/ field.test - Test the 'multiple' load feature.
- FieldInfoTestCase::testFieldInfo in core/
modules/ field/ tests/ field.test - Test that field types and field definitions are correctly cached.
- FieldTranslationsTestCase::testFieldDisplayLanguage in core/
modules/ field/ tests/ field.test - Tests display language logic for translatable fields.
- field_attach_delete in core/
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 core/
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 core/
modules/ field/ field.attach.inc - Save field data for a new entity.
- field_attach_load in core/
modules/ field/ field.attach.inc - Loads fields for the current revisions of a group of entities.
- field_attach_preprocess in core/
modules/ field/ field.attach.inc - Populate the template variables with the field values available for rendering.
- field_attach_update in core/
modules/ field/ field.attach.inc - Save field data for an existing entity.
- field_delete_field in core/
modules/ field/ field.crud.inc - Marks a field and its instances and data for deletion.
- field_get_block_list in core/
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 core/
modules/ field/ field.info.inc - Returns the maximum weight of all the components in an entity.
- field_language in core/
modules/ field/ field.multilingual.inc - Returns the display language for the fields attached to the given entity.
- field_sql_storage_field_storage_delete in core/
modules/ field/ modules/ field_sql_storage/ field_sql_storage.module - Implements hook_field_storage_delete().
- field_test_field_storage_delete in core/
modules/ field/ tests/ field_test/ field_test.storage.inc - Implements hook_field_storage_delete().
- field_tokens in core/
modules/ field/ field.tokens.inc - Implements hook_tokens().
- field_ui_admin_bar_map in core/
modules/ admin_bar/ admin_bar.map.inc - Implements hook_admin_bar_map() on behalf of Field UI module.
- field_ui_display_form in core/
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 core/
modules/ field_ui/ field_ui.admin.inc - Returns an array of existing fields to be added to a bundle.
- field_ui_fields_list in core/
modules/ field_ui/ field_ui.admin.inc - Page callback: Lists all defined fields for quick reference.
- field_ui_field_overview_form in core/
modules/ field_ui/ field_ui.admin.inc - Form constructor for the 'Manage fields' form of a bundle.
- field_ui_inactive_instances in core/
modules/ field_ui/ field_ui.module - Identifies inactive fields within a bundle.
- field_views_field_label in core/
modules/ field/ views/ field.views.inc - Returns the label of a certain field.
- file_add_form_submit in core/
modules/ file/ file.pages.inc - Submit handler for the add file form.
- file_field_attach_load in core/
modules/ file/ file.module - Implements hook_field_attach_load().
- hook_field_storage_delete in core/
modules/ field/ field.api.php - Delete all field data for an entity.
- layout_entity_admin_add_form in core/
modules/ layout/ layout.entity.admin.inc - Render the form for adding a layout for an entity.
- layout_entity_admin_add_form_submit in core/
modules/ layout/ layout.entity.admin.inc - Submit handler for layout_entity_admin_add_form().
- LinkUITest::testCRUDCreateFieldDefaults in core/
modules/ link/ tests/ link.ui.test - Creates a field with all the default values and check expected values.
- LinkUITest::testCRUDCreateFieldWithClasses in core/
modules/ link/ tests/ link.ui.test - Tests adding custom classes (single and multiple) to link fields.
- LinkUITest::testCRUDCreateFieldWithLinkType in core/
modules/ link/ tests/ link.ui.test - Tests the link type: "internal", "external", and "both" settings.
- locale_field_node_form_submit in core/
modules/ locale/ locale.module - Form submit handler for node_form().
- taxonomy_build_node_index in core/
modules/ taxonomy/ taxonomy.module - Builds and inserts taxonomy index entries for a given node.
- user_register_form in core/
modules/ user/ user.module - Form builder; the user registration form.
- ViewsUiBaseViewsWizard::build_filters in core/
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.
- views_plugin_argument_default_taxonomy_tid::get_argument in core/
modules/ taxonomy/ views/ views_plugin_argument_default_taxonomy_tid.inc - Return the default argument.
- _field_invoke_get_instances in core/
modules/ field/ field.attach.inc - Helper for _field_invoke(): retrieves a list of instances to operate on.
- _field_token_info in core/
modules/ field/ field.tokens.inc - Fetch an array of field data used for tokens.
- _filter_get_processed_text_fields in core/
modules/ filter/ filter.module - Determines the text fields on an entity that have text processing enabled.