You are here

Functions in FileField Sources 7

Primary tabs

Namesort descending Location Description Direct uses Strings
filefield_source_reference_process sources/reference.inc A #process callback to extend the filefield_widget element type. 1
filefield_source_reference_settings sources/reference.inc Implements hook_filefield_source_settings().
filefield_source_reference_theme sources/reference.inc Implements hook_theme().
filefield_source_reference_value sources/reference.inc A #filefield_value_callback function. 1
filefield_source_remote_curl_write sources/remote.inc cURL write function to save the file to disk. Also updates progress bar. 1
filefield_source_remote_get_transfer_options sources/remote.inc Get a transfer key that can be retrieved by the progress function. 1
filefield_source_remote_info sources/remote.inc Implements hook_filefield_source_info().
filefield_source_remote_menu sources/remote.inc Implements hook_menu().
filefield_source_remote_process sources/remote.inc A #process callback to extend the filefield_widget element type. 1
filefield_source_remote_progress sources/remote.inc Menu callback; progress.js callback to return upload progress. 1
filefield_source_remote_settings sources/remote.inc Implements hook_filefield_source_settings().
filefield_source_remote_set_transfer_options sources/remote.inc Set a transfer key that can be retreived by the progress function. 2
filefield_source_remote_theme sources/remote.inc Implements hook_theme().
filefield_source_remote_value sources/remote.inc A #filefield_value_callback function. 1
hook_filefield_sources_info ./filefield_sources.api.php Return a list of available sources that FileField Sources can use.
hook_filefield_sources_sources_alter ./filefield_sources.api.php Allows altering the sources available on a field.
hook_filefield_sources_widgets ./filefield_sources.api.php Returns a list of widgets that are compatible with FileField Sources.
theme_filefield_sources_list ./filefield_sources.module Theme the display of the sources list.
theme_filefield_source_attach_element sources/attach.inc Theme the output of the autocomplete field.
theme_filefield_source_clipboard_element sources/clipboard.inc Theme the output of the clipboard field.
theme_filefield_source_imce_element sources/imce.inc Theme the output of the autocomplete field.
theme_filefield_source_reference_autocomplete_item sources/reference.inc Theme the output of a single item in the autocomplete list.
theme_filefield_source_reference_element sources/reference.inc Theme the output of the autocomplete field.
theme_filefield_source_remote_element sources/remote.inc Theme the output of the autocomplete field.
_filefield_sources_enabled ./filefield_sources.module Helper to return enabled sources for a field 2
_filefield_sources_field_access ./filefield_sources.module Menu access callback; Checks user access to edit a file field. 3
_filefield_sources_form_include ./filefield_sources.module Ensure that a source include file is loaded into $form_state. 2
_filefield_sources_sort ./filefield_sources.module Custom sort function for ordering sources. 1
_filefield_source_attach_directory sources/attach.inc 2
_filefield_source_attach_file_path_validate sources/attach.inc 1
_filefield_source_attach_options sources/attach.inc 1
_filefield_source_remote_filename sources/remote.inc Get/set the remote file name in a static variable. 2
_filefield_source_remote_mime_extension sources/remote.inc Get/set the remote file extension in a static variable. 2
_filefield_source_remote_parse_header sources/remote.inc Parse cURL header and record the filename specified in Content-Disposition. 1

Pages

Other projects