You are here

Functions in ImageField 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
imagefield_create_admin_thumb ./imagefield_file.inc Create a thumbnail to be shown while editing an image. 1
imagefield_default_value ./imagefield.module Implementation of CCK's hook_default_value().
imagefield_disable ./imagefield.install
imagefield_elements ./imagefield.module Implementation of hook_elements().
imagefield_enable ./imagefield.install
imagefield_field_formatter_info ./imagefield.module Implementation of CCK's hook_field_formatter_info().
imagefield_filefield_data_info ./imagefield.module Implementation of hook_filefield_data_info().
imagefield_file_admin_thumb_path ./imagefield_file.inc Given a file, return the path the image thumbnail used while editing. 2
imagefield_file_delete ./imagefield_file.inc Implementation of hook_file_delete().
imagefield_file_download ./imagefield.module Implementation of hook_file_download.
imagefield_file_insert ./imagefield_file.inc Implementation of hook_file_insert().
imagefield_file_is_image ./imagefield_file.inc Simple utility function to check if a file is an image. 1
imagefield_file_references ./imagefield_file.inc Implementation of hook_file_references().
imagefield_form_content_field_overview_form_alter ./imagefield.module Implementation of hook_form_[form_id]_alter().
imagefield_form_content_field_overview_submit ./imagefield.module Submit handler to set a new field's formatter to "image_plain". 1
imagefield_install ./imagefield.install Implementation of hook_install().
imagefield_nodeapi ./imagefield.module Implementation of hook_nodeapi().
imagefield_theme ./imagefield.module Implementation of hook_theme().
imagefield_uninstall ./imagefield.install
imagefield_update_6001 ./imagefield.install Upgrade to CCK 2 and Drupal 6.
imagefield_update_6002 ./imagefield.install Migrate fields to the new structure.
imagefield_update_6003 ./imagefield.install Convert image field type to filefield.
imagefield_update_6004 ./imagefield.install Migrate fields to the new structure.
imagefield_update_6005 ./imagefield.install Delete thumbnails spread throughout the files directory.
imagefield_update_6006 ./imagefield.install Add default values to all ImageFields.
imagefield_update_last_removed ./imagefield.install Implementation of hook_update_last_removed().
imagefield_widget ./imagefield.module Implementation of CCK's hook_widget(). 4
imagefield_widget_info ./imagefield.module Implementation of CCK's hook_widget_info().
imagefield_widget_process ./imagefield_widget.inc Element #process callback function. 1
imagefield_widget_settings ./imagefield.module Implementation of CCK's hook_widget_settings().
imagefield_widget_settings_form ./imagefield_widget.inc Implementation of CCK's hook_widget_settings($op = 'form'). 1
imagefield_widget_settings_save ./imagefield_widget.inc Implementation of CCK's hook_widget_settings($op = 'save'). 1
imagefield_widget_settings_validate ./imagefield_widget.inc Implementation of CCK's hook_widget_settings($op = 'validate'). 1
imagefield_widget_upload_validators ./imagefield.module Get the additional upload validators for an image field. 1
imagefield_widget_value ./imagefield_widget.inc Element #value_callback function. 1
theme_imagefield_admin_thumbnail ./imagefield.module
theme_imagefield_formatter_image_imagelink ./imagefield_formatter.inc
theme_imagefield_formatter_image_nodelink ./imagefield_formatter.inc
theme_imagefield_formatter_image_plain ./imagefield_formatter.inc @file ImageField formatter hooks and callbacks.
theme_imagefield_image ./imagefield.module @defgroup "Theme Callbacks"
theme_imagefield_item ./imagefield.module
theme_imagefield_widget ./imagefield_widget.inc FormAPI theme function. Theme the output of an image field.
theme_imagefield_widget_item ./imagefield.module
theme_imagefield_widget_preview ./imagefield.module
_imagefield_widget_settings_default_validate ./imagefield_widget.inc Element specific validation for imagefield default value. 1

Other projects