Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
field_access drupal/core/modules/field/field.module Determines whether the user has access to a given field. 4
field_add_more_js drupal/core/modules/field/field.form.inc Ajax callback: Responds to a new empty widget being added to the form. 1
field_add_more_submit drupal/core/modules/field/field.form.inc Form submission handler for the "Add another item" button of a field form. 1
field_associate_fields drupal/core/modules/field/field.module Allows a module to update the database for fields and columns it controls. 2
field_attach_create_bundle drupal/core/modules/field/field.attach.inc Notifies field.module that a new bundle was created. 4
field_attach_delete drupal/core/modules/field/field.attach.inc Deletes field data for an existing entity. This deletes all revisions of field data for the entity. 2
field_attach_delete_bundle drupal/core/modules/field/field.attach.inc Notifies field.module the a bundle was deleted. 5
field_attach_delete_revision drupal/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. 1 2
field_attach_form drupal/core/modules/field/field.attach.inc Adds form elements for all fields for an entity to a form structure. 8
field_attach_form_validate drupal/core/modules/field/field.attach.inc Performs field validation against form-submitted field values. 3
field_attach_insert drupal/core/modules/field/field.attach.inc Save field data for a new entity. 14
field_attach_load drupal/core/modules/field/field.attach.inc Loads fields for the current revisions of a group of entities. 21
field_attach_load_revision drupal/core/modules/field/field.attach.inc Loads all fields for previous versions of a group of entities. 5
field_attach_prepare_translation drupal/core/modules/field/field.attach.inc Prepares an entity for translation. 1
field_attach_prepare_view drupal/core/modules/field/field.attach.inc Prepares field data prior to display. 7
field_attach_preprocess drupal/core/modules/field/field.attach.inc Populates the template variables with the available field values. 5
field_attach_presave drupal/core/modules/field/field.attach.inc Performs necessary operations just before fields data get saved. 1
field_attach_rename_bundle drupal/core/modules/field/field.attach.inc Notifies field.module that a bundle was renamed. 4
field_attach_submit drupal/core/modules/field/field.attach.inc Performs necessary operations on field data submitted by a form. 5
field_attach_update drupal/core/modules/field/field.attach.inc Saves field data for an existing entity. 7
field_attach_validate drupal/core/modules/field/field.attach.inc Performs field validation against the field data in an entity. 5
field_attach_view drupal/core/modules/field/field.attach.inc Returns a renderable array for the fields on an entity. 8
field_available_languages drupal/core/modules/field/field.multilingual.inc Collects the available language codes for the given entity type and field. 14 2
field_behaviors_widget drupal/core/modules/field/field.info.inc Determines the behavior of a widget with respect to an operation. 2
field_bundle_settings drupal/core/modules/field/field.module Gets or sets administratively defined bundle settings. 7
field_cache_clear drupal/core/modules/field/field.module Clears the field info and field data caches. 17
field_cache_flush drupal/core/modules/field/field.module Implements hook_cache_flush().
field_content_languages drupal/core/modules/field/field.multilingual.inc Returns available content language codes. 4
field_create_field drupal/core/modules/field/field.crud.inc Creates a field. 90
field_create_instance drupal/core/modules/field/field.crud.inc Creates an instance of a field, binding it to a bundle. 92
field_cron drupal/core/modules/field/field.module Implements hook_cron().
field_data_type_info drupal/core/modules/field/field.module Implements hook_data_type_info() to register data types for all field types.
field_default_insert drupal/core/modules/field/field.default.inc Inserts a default value if no $entity->$field_name entry was provided.
field_default_prepare_translation drupal/core/modules/field/field.default.inc Copies source field values into the entity to be prepared.
field_default_validate drupal/core/modules/field/field.default.inc Generic field validation handler.
field_delete_field drupal/core/modules/field/field.crud.inc Marks a field and its instances and data for deletion. 10
field_delete_instance drupal/core/modules/field/field.crud.inc Marks a field instance and its data for deletion. 9
field_entity_field_info drupal/core/modules/field/field.module Implements hook_entity_field_info() to define all configured fields.
field_extract_bundle drupal/core/modules/field/field.module Extracts the bundle name from a bundle object. 4
field_extra_fields_get_display drupal/core/modules/field/field.module Returns the display settings to use for pseudo-fields in a given view mode. 2
field_filter_xss drupal/core/modules/field/field.module Filters an HTML string to prevent cross-site-scripting (XSS) vulnerabilities. 8 1
field_form_element_after_build drupal/core/modules/field/field.form.inc After-build callback for field elements in a form. 1
field_form_get_state drupal/core/modules/field/field.form.inc Retrieves processing information about a field from $form_state. 14
field_form_set_state drupal/core/modules/field/field.form.inc Stores processing information about a field in $form_state. 9
field_get_default_value drupal/core/modules/field/field.module Helper function to get the default value for a field on an entity. 2
field_get_items drupal/core/modules/field/field.module Returns the field items in the language they currently would be displayed. 6
field_has_data drupal/core/modules/field/field.module Determines whether a field has any data. 4
field_has_translation_handler drupal/core/modules/field/field.multilingual.inc Checks if a module is registered as a translation handler for a given entity. 5 1
field_help drupal/core/modules/field/field.module Implements hook_help().
field_info_bundles drupal/core/modules/field/field.info.inc Returns information about existing bundles. 6

Pages

Other projects