Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
field_attach_delete_revision | modules/ |
Delete field data for a single revision of an existing entity. The passed entity must have a revision id attribute. | 2 | ||
field_attach_form | modules/ |
Add form elements for all fields for an entity to a form structure. | 11 | ||
field_attach_form_validate | modules/ |
Perform field validation against form-submitted field values. | 2 | ||
field_attach_insert | modules/ |
Save field data for a new entity. | 22 | ||
field_attach_load | modules/ |
Loads fields for the current revisions of a group of entities. | 22 | ||
field_attach_load_revision | modules/ |
Load all fields for previous versions of a group of entities. | 5 | ||
field_attach_prepare_translation | modules/ |
Prepares an entity for translation. | 1 | ||
field_attach_prepare_view | modules/ |
Prepare field data prior to display. | 13 | ||
field_attach_preprocess | modules/ |
Populate the template variables with the field values available for rendering. | 5 | ||
field_attach_presave | modules/ |
Perform necessary operations just before fields data get saved. | 5 | ||
field_attach_rename_bundle | modules/ |
Notify field.module that a bundle was renamed. | 4 | ||
field_attach_submit | modules/ |
Perform necessary operations on field data submitted by a form. | 3 | ||
field_attach_update | modules/ |
Save field data for an existing entity. | 13 | ||
field_attach_validate | modules/ |
Perform field validation against the field data in an entity. | 5 | ||
field_attach_view | modules/ |
Returns a renderable array for the fields on an entity. | 10 | ||
field_available_languages | modules/ |
Collects the available languages for the given entity type and field. | 12 | 1 | |
field_behaviors_widget | modules/ |
Determines the behavior of a widget with respect to an operation. | 4 | ||
field_bundle_settings | modules/ |
Gets or sets administratively defined bundle settings. | 5 | 1 | |
field_cache_clear | modules/ |
Clear the field info and field data caches. | 19 | ||
field_content_languages | modules/ |
Returns available content languages. | 4 | ||
field_create_field | modules/ |
Creates a field. | 84 | ||
field_create_instance | modules/ |
Creates an instance of a field, binding it to a bundle. | 84 | ||
field_cron | modules/ |
Implements hook_cron(). | |||
field_default_extract_form_values | modules/ |
Extracts field values from submitted form values. | 2 | ||
field_default_form | modules/ |
Creates a form element for a field and can populate it with a default value. | 1 | ||
field_default_form_errors | modules/ |
Transfer field-level validation errors to widgets. | 1 | ||
field_default_insert | modules/ |
Default field 'insert' operation. | |||
field_default_prepare_translation | modules/ |
Copies source field values into the entity to be prepared. | |||
field_default_prepare_view | modules/ |
Invokes hook_field_formatter_prepare_view() on the relevant formatters. | |||
field_default_submit | modules/ |
1 | |||
field_default_validate | modules/ |
Generic field validation handler. | |||
field_default_view | modules/ |
Builds a renderable array for one field on one entity instance. | |||
field_delete_field | modules/ |
Marks a field and its instances and data for deletion. | 8 | ||
field_delete_instance | modules/ |
Marks a field instance and its data for deletion. | 9 | ||
field_extract_bundle | modules/ |
Helper function to extract the bundle name of from a bundle object. | 4 | ||
field_extra_fields_get_display | modules/ |
Returns the display settings to use for pseudo-fields in a given view mode. | 2 | ||
field_filter_xss | modules/ |
Like filter_xss_admin(), but with a shorter list of allowed tags. | 6 | 1 | |
field_flush_caches | modules/ |
Implements hook_flush_caches(). | |||
field_form_element_after_build | modules/ |
#after_build callback for field elements in a form. | 1 | ||
field_form_get_state | modules/ |
Retrieves processing information about a field from $form_state. | 12 | ||
field_form_set_state | modules/ |
Stores processing information about a field in $form_state. | 7 | ||
field_get_default_value | modules/ |
Helper function to get the default value for a field on an entity. | 2 | ||
field_get_display | modules/ |
Returns the display settings to use for an instance in a given view mode. | 2 | ||
field_get_items | modules/ |
Returns the field items in the language they currently would be displayed. | 7 | ||
field_has_data | modules/ |
Determine whether a field has any data. | 4 | ||
field_has_translation_handler | modules/ |
Checks if a module is registered as a translation handler for a given entity. | 5 | 1 | |
field_help | modules/ |
Implements hook_help(). | |||
field_info_bundles | modules/ |
Returns information about existing bundles. | 8 | ||
field_info_cache_clear | modules/ |
Clears the field info cache without clearing the field data cache. | 19 | ||
field_info_extra_fields | modules/ |
Returns a list and settings of pseudo-field elements in a given bundle. | 5 |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.