You are here

Functions in FileField Sources 8

Primary tabs

Namesort descending Location Description Direct uses Strings
filefield_sources_clean_filename ./filefield_sources.module Clean up the file name, munging extensions and transliterating. 2
filefield_sources_curl_enabled ./filefield_sources.module Check for CURL extension enabled. 2
filefield_sources_element_info_alter ./filefield_sources.module Implements hook_element_info_alter().
filefield_sources_element_validate ./filefield_sources.module Validate a file based on the $element['#upload_validators'] property. 2
filefield_sources_element_validation_help ./filefield_sources.module Generate help text based on the $element['#upload_validators'] property. 5
filefield_sources_field_process ./filefield_sources.module A #process callback to extend the filefield_widget element type. 1
filefield_sources_field_submit ./filefield_sources.module Form submission handler for all FileField Source buttons. 5
filefield_sources_field_validate ./filefield_sources.module An #element_validate function to run source validations. 1
filefield_sources_field_value ./filefield_sources.module A #filefield_value_callback to run source value callbacks. 1
filefield_sources_field_widget_form_alter ./filefield_sources.module Implements hook_field_widget_form_alter().
filefield_sources_field_widget_settings_summary_alter ./filefield_sources.module Implements hook_field_widget_settings_summary_alter().
filefield_sources_field_widget_third_party_settings_form ./filefield_sources.module Implements hook_field_widget_third_party_settings_form().
filefield_sources_filefield_sources_widgets ./filefield_sources.module Implements hook_filefield_sources_widgets().
filefield_sources_form ./filefield_sources.module Configuration form for editing FileField Sources settings for a widget. 1
filefield_sources_info ./filefield_sources.module Load hook_filefield_sources_info() data from all modules. 5
filefield_sources_install ./filefield_sources.install Implements hook_install().
filefield_sources_invoke_all ./filefield_sources.module Call all FileField Source hooks stored in the available include files. 1
filefield_sources_list ./filefield_sources.module Create a list of FileField Sources by name, suitable for a select list. 1
filefield_sources_save_file ./filefield_sources.module Save a file into the database after validating it. 3
filefield_sources_theme ./filefield_sources.module Implements hook_theme().
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.
template_preprocess_filefield_sources_element ./filefield_sources.module Theme the display of the source element.
_filefield_sources_enabled ./filefield_sources.module Helper to return enabled sources for a field. 3
_filefield_sources_sort ./filefield_sources.module Custom sort function for ordering sources. 1

Other projects