Search for all
Title | Object type | File name | Summary |
---|---|---|---|
field_attach_prepare_translation | function | modules/ |
Prepares an entity for translation. |
field_attach_prepare_view | function | modules/ |
Prepare field data prior to display. |
field_attach_preprocess | function | modules/ |
Populate the template variables with the field values available for rendering. |
field_attach_presave | function | modules/ |
Perform necessary operations just before fields data get saved. |
field_attach_rename_bundle | function | modules/ |
Notify field.module that a bundle was renamed. |
field_attach_submit | function | modules/ |
Perform necessary operations on field data submitted by a form. |
field_attach_update | function | modules/ |
Save field data for an existing entity. |
field_attach_validate | function | modules/ |
Perform field validation against the field data in an entity. |
field_attach_view | function | modules/ |
Returns a renderable array for the fields on an entity. |
field_available_languages | function | modules/ |
Collects the available languages for the given entity type and field. |
field_behaviors_widget | function | modules/ |
Determines the behavior of a widget with respect to an operation. |
FIELD_BEHAVIOR_CUSTOM | constant | modules/ |
Value for field API indicating a widget can receive several field values. |
FIELD_BEHAVIOR_DEFAULT | constant | modules/ |
Value for field API concerning widget default and multiple value settings. |
FIELD_BEHAVIOR_NONE | constant | modules/ |
Value for field API indicating a widget doesn't accept default values. |
field_bundle_settings | function | modules/ |
Gets or sets administratively defined bundle settings. |
field_cache_clear | function | modules/ |
Clear the field info and field data caches. |
FIELD_CARDINALITY_UNLIMITED | constant | modules/ |
Value for field API indicating a field accepts an unlimited number of values. |
field_content_languages | function | modules/ |
Returns available content languages. |
field_create_field | function | modules/ |
Creates a field. |
field_create_instance | function | modules/ |
Creates an instance of a field, binding it to a bundle. |
field_cron | function | modules/ |
Implements hook_cron(). |
field_default_extract_form_values | function | modules/ |
Extracts field values from submitted form values. |
field_default_form | function | modules/ |
Creates a form element for a field and can populate it with a default value. |
field_default_form_errors | function | modules/ |
Transfer field-level validation errors to widgets. |
field_default_insert | function | modules/ |
Default field 'insert' operation. |
field_default_prepare_translation | function | modules/ |
Copies source field values into the entity to be prepared. |
field_default_prepare_view | function | modules/ |
Invokes hook_field_formatter_prepare_view() on the relevant formatters. |
field_default_submit | function | modules/ |
|
field_default_validate | function | modules/ |
Generic field validation handler. |
field_default_view | function | modules/ |
Builds a renderable array for one field on one entity instance. |
field_delete_field | function | modules/ |
Marks a field and its instances and data for deletion. |
field_delete_instance | function | modules/ |
Marks a field instance and its data for deletion. |
field_extract_bundle | function | modules/ |
Helper function to extract the bundle name of from a bundle object. |
field_extra_fields_get_display | function | modules/ |
Returns the display settings to use for pseudo-fields in a given view mode. |
field_filter_xss | function | modules/ |
Like filter_xss_admin(), but with a shorter list of allowed tags. |
field_flush_caches | function | modules/ |
Implements hook_flush_caches(). |
field_form_element_after_build | function | modules/ |
#after_build callback for field elements in a form. |
field_form_get_state | function | modules/ |
Retrieves processing information about a field from $form_state. |
field_form_set_state | function | modules/ |
Stores processing information about a field in $form_state. |
field_get_default_value | function | modules/ |
Helper function to get the default value for a field on an entity. |
field_get_display | function | modules/ |
Returns the display settings to use for an instance in a given view mode. |
field_get_items | function | modules/ |
Returns the field items in the language they currently would be displayed. |
field_has_data | function | modules/ |
Determine whether a field has any data. |
field_has_translation_handler | function | modules/ |
Checks if a module is registered as a translation handler for a given entity. |
field_help | function | modules/ |
Implements hook_help(). |
field_info_bundles | function | modules/ |
Returns information about existing bundles. |
field_info_cache_clear | function | modules/ |
Clears the field info cache without clearing the field data cache. |
field_info_extra_fields | function | modules/ |
Returns a list and settings of pseudo-field elements in a given bundle. |
field_info_field | function | modules/ |
Returns data about an individual field, given a field name. |
field_info_fields | function | modules/ |
Returns all field definitions. |
Pagination
- Previous page
- Page 71
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.