file.field.inc

Version 1.10 (checked in on 2009/11/11 at 08:32:35 by dries)

Field module functionality for the File module.

Functions

NameDescription
file_field_deleteImplement hook_field_delete().
file_field_delete_fileCheck that File controls a file before attempting to delete it.
file_field_delete_revisionImplement hook_field_delete_revision().
file_field_displayedDetermine whether a file should be displayed when outputting field content.
file_field_formatter_infoImplement hook_field_formatter_info().
file_field_infoImplement hook_field_info().
file_field_insertImplement hook_field_insert().
file_field_instance_settings_formImplement hook_field_instance_settings_form().
file_field_is_emptyImplement hook_field_is_empty().
file_field_loadImplement hook_field_load().
file_field_sanitizeImplement hook_field_sanitize().
file_field_schemaImplement hook_field_schema().
file_field_settings_formImplement hook_field_settings_form().
file_field_updateImplement hook_field_update().
file_field_widgetImplementation of hook_field_widget().
file_field_widget_infoImplement hook_field_widget_info().
file_field_widget_processAn element #process callback for the file_generic field type.
file_field_widget_process_multipleAn element #process callback for a group of file_generic fields.
file_field_widget_settings_formImplement hook_field_widget_settings_form().
file_field_widget_upload_validatorsGet the upload validators for a file field.
file_field_widget_uriDetermine the URI for a file field instance.
file_field_widget_valueThe #value_callback for the file_generic field element.
theme_field_formatter_file_defaultTheme function for 'default' file field formatter.
theme_field_formatter_file_tableTheme function for the 'table' formatter.
theme_field_formatter_file_url_plainTheme function for 'url_plain' file field formatter.
theme_file_upload_helpGenerate help text based on upload validators.
theme_file_widgetTheme an individual file upload widget.
theme_file_widget_multipleTheme a group of file upload widgets.
_file_generic_settings_extensionsElement validate callback for the allowed file extensions field.
_file_generic_settings_file_directory_validateElement validate callback for the file destination field.
_file_generic_settings_max_filesizeElement validate callback for the maximum upload size field.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.