image.field.inc

Implement an image field, based on the file module's file field.

File

drupal/core/modules/image/image.field.inc
View source

Functions

Namesort descending Description
image_field_delete Implements hook_field_delete().
image_field_delete_revision Implements hook_field_delete_revision().
image_field_info Implements hook_field_info().
image_field_insert Implements hook_field_insert().
image_field_instance_settings_form Implements hook_field_instance_settings_form().
image_field_is_empty Implements hook_field_is_empty().
image_field_prepare_view Implements hook_field_prepare_view().
image_field_presave Implements hook_field_presave().
image_field_settings_form Implements hook_field_settings_form().
image_field_update Implements hook_field_update().
image_field_widget_process An element #process callback for the image_image field type.
theme_image_formatter Returns HTML for an image field formatter.
theme_image_widget Returns HTML for an image field widget.
_image_field_required_fields_validate Validate callback for alt and title field, if the user wants them required.
_image_field_resolution_validate Element validate function for resolution fields.