Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

imagefield.module

Version

1.30.2.6.2.64 (checked in on 2008/05/13 at 00:02:02 by dopry)

Description

Defines an image field type. imagefield uses content.module to store the fid, and the drupal files table to store the actual file data.

Functions

Namesort iconDescription
imagefield_check_directoryCreate the image directory relative to the 'files' dir recursively for every directory in the path.
imagefield_clear_field_session
imagefield_clear_session
imagefield_default_item
imagefield_fieldImplementation of hook_field().
imagefield_field_formatterImplementation of hook_field_formatter().
imagefield_field_formatter_infoImplementation of hook_field_formatter_info().
imagefield_field_infoImplementation of hook_field_info().
imagefield_field_settingsImplementation of hook_field_settings().
imagefield_file_insertInsert a file into the database.
imagefield_file_updateUpdate the file record if necessary.
imagefield_form_alterImplementation of hook_form_alter(). Set the appropriate attibutes to allow file uploads on the field settings form.
imagefield_jsMenu-callback for JavaScript-based uploads.
imagefield_menuImplementation of hook_menu().
imagefield_permImplementation of hook_perm().
imagefield_views_handler_filter_is_not_nullCustom filter for imagefield NOT null.
imagefield_widgetImplementation of hook_widget().
imagefield_widget_infoImplementation of hook_widget_info().
imagefield_widget_settingsImplementation of hook_widget_settings().
theme_imagefield_edit_image_row
theme_imagefield_formatter_path
theme_imagefield_formatter_url
theme_imagefield_image
theme_imagefield_multipleFormats an array of images.
theme_imagefield_view_image
_imagefield_file_delete
_imagefield_file_load
_imagefield_previewTransfer a file that is in a 'preview' state.
_imagefield_scale_image
_imagefield_widget_form
_imagefield_widget_prepare_form_values
_imagefield_widget_upload_validate
_imagefield_widget_validateValidate the widget.