Search for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
field_info_field_by_id | function | modules/ |
Returns data about an individual field, given a field ID. |
field_info_field_by_ids | function | modules/ |
Returns the same data as field_info_field_by_id() for every field. |
field_info_field_map | function | modules/ |
Returns a lightweight map of fields across bundles. |
field_info_field_settings | function | modules/ |
Returns a field type's default settings. |
field_info_field_types | function | modules/ |
Returns information about field types from hook_field_info(). |
field_info_formatter_settings | function | modules/ |
Returns a field formatter's default settings. |
field_info_formatter_types | function | modules/ |
Returns information about field formatters from hook_field_formatter_info(). |
field_info_instance | function | modules/ |
Returns an array of instance data for a specific field and bundle. |
field_info_instances | function | modules/ |
Retrieves information about field instances. |
field_info_instance_settings | function | modules/ |
Returns a field type's default instance settings. |
field_info_max_weight | function | modules/ |
Returns the maximum weight of all the components in an entity. |
field_info_storage_settings | function | modules/ |
Returns a field storage type's default settings. |
field_info_storage_types | function | modules/ |
Returns information about field storage from hook_field_storage_info(). |
field_info_widget_settings | function | modules/ |
Returns a field widget's default settings. |
field_info_widget_types | function | modules/ |
Returns information about field widgets from hook_field_widget_info(). |
field_is_translatable | function | modules/ |
Checks whether a field has language support. |
field_language | function | modules/ |
Returns the display language for the fields attached to the given entity. |
FIELD_LOAD_CURRENT | constant | modules/ |
Age argument for loading the most recent version of an entity's field data with field_attach_load(). |
FIELD_LOAD_REVISION | constant | modules/ |
Age argument for loading the version of an entity's field data specified in the entity with field_attach_load(). |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.