FieldViewsTestHelper::setUpFields |
core/modules/field/tests/field_views.test |
|
FieldViewsTestHelper::setUpInstances |
core/modules/field/tests/field_views.test |
|
field_access |
core/modules/field/field.module |
Determine whether the user has access to a given field. |
field_add_more_js |
core/modules/field/field.form.inc |
Ajax callback in response to a new empty widget being added to the form. |
field_add_more_submit |
core/modules/field/field.form.inc |
Submit handler for the "Add another" button of a field form. |
field_associate_fields |
core/modules/field/field.module |
Allows a module to update the database for fields and columns it controls. |
field_attach_create_bundle |
core/modules/field/field.attach.inc |
Notify field.module that a new bundle was created. |
field_attach_delete |
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_bundle |
core/modules/field/field.attach.inc |
Notify field.module that a bundle was deleted. |
field_attach_delete_revision |
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_form |
core/modules/field/field.attach.inc |
Add form elements for all fields for an entity to a form structure. |
field_attach_form_validate |
core/modules/field/field.attach.inc |
Perform field validation against form-submitted field values. |
field_attach_insert |
core/modules/field/field.attach.inc |
Save field data for a new entity. |
field_attach_load |
core/modules/field/field.attach.inc |
Loads fields for the current revisions of a group of entities. |
field_attach_load_revision |
core/modules/field/field.attach.inc |
Load all fields for previous versions of a group of entities. |
field_attach_prepare_translation |
core/modules/field/field.attach.inc |
Prepares an entity for translation. |
field_attach_prepare_view |
core/modules/field/field.attach.inc |
Prepare field data prior to display. |
field_attach_preprocess |
core/modules/field/field.attach.inc |
Populate the template variables with the field values available for rendering. |
field_attach_presave |
core/modules/field/field.attach.inc |
Perform necessary operations just before fields data get saved. |
field_attach_rename_bundle |
core/modules/field/field.attach.inc |
Notify field.module that a bundle was renamed. |
field_attach_submit |
core/modules/field/field.attach.inc |
Perform necessary operations on field data submitted by a form. |
field_attach_update |
core/modules/field/field.attach.inc |
Save field data for an existing entity. |
field_attach_validate |
core/modules/field/field.attach.inc |
Perform field validation against the field data in an entity. |
field_attach_view |
core/modules/field/field.attach.inc |
Returns a renderable array for the fields on an entity. |
field_autoload_info |
core/modules/field/field.module |
Implements hook_autoload_info(). |
field_available_languages |
core/modules/field/field.multilingual.inc |
Collects the available languages for the given entity type and field. |
field_behaviors_widget |
core/modules/field/field.info.inc |
Determines the behavior of a widget with respect to an operation. |
field_block_info |
core/modules/field/field.module |
Implements hook_block_info(). |
field_bundle_settings |
core/modules/field/field.module |
Gets or sets administratively defined bundle settings. |
field_cache_clear |
core/modules/field/field.module |
Clear the field info and field data caches. |
field_config_create |
core/modules/field/field.module |
Implements hook_config_create(). |
field_config_create_validate |
core/modules/field/field.module |
Implements hook_config_create_validate(). |
field_config_delete |
core/modules/field/field.module |
Implements hook_config_delete(). |
field_config_delete_validate |
core/modules/field/field.module |
Implements hook_config_delete_validate(). |
field_config_info |
core/modules/field/field.module |
Implements hook_config_info(). |
field_config_label_bundle |
core/modules/field/field.module |
Given a bundle config file, display a unique label. |
field_config_label_instance |
core/modules/field/field.module |
Given a field array, display a unique label. |
field_config_update |
core/modules/field/field.module |
Implements hook_config_update(). |
field_config_update_validate |
core/modules/field/field.module |
Implements hook_config_update_validate(). |
field_content_languages |
core/modules/field/field.multilingual.inc |
Returns available content languages. |
field_create_field |
core/modules/field/field.crud.inc |
Creates a field. |
field_create_instance |
core/modules/field/field.crud.inc |
Creates an instance of a field, binding it to a bundle. |
field_cron |
core/modules/field/field.module |
Implements hook_cron(). |
field_defaults_field |
core/modules/field/field.crud.inc |
Provides a list of default settings for a field. |
field_defaults_instance |
core/modules/field/field.crud.inc |
Provides a list of defaults for instance arrays. |
field_default_extract_form_values |
core/modules/field/field.default.inc |
Extracts field values from submitted form values. |
field_default_form |
core/modules/field/field.form.inc |
Creates a form element for a field and can populate it with a default value. |
field_default_form_errors |
core/modules/field/field.form.inc |
Transfer field-level validation errors to widgets. |
field_default_insert |
core/modules/field/field.default.inc |
Default field 'insert' operation. |
field_default_prepare_translation |
core/modules/field/field.default.inc |
Copies source field values into the entity to be prepared. |