You are here

Functions in Plupload integration 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
plupload_element_info ./plupload.module Implements hook_element_info().
plupload_element_pre_render ./plupload.module Pre render (#pre_render) callback to attach JS settings for the element. 1
plupload_element_process ./plupload.module Process callback (#process) for plupload form element. 1
plupload_element_validate ./plupload.module Element validation handler for a Plupload element. 1
plupload_element_value ./plupload.module Validate callback for plupload form element. 1
plupload_file_uri_to_object ./plupload.module Returns a file object which can be passed to file_save(). 2
plupload_handle_uploads ./plupload.module Callback that handles and saves uploaded files. 1
plupload_library ./plupload.module Implements hook_library(). 2
plupload_menu ./plupload.module Implements hook_menu().
plupload_requirements ./plupload.install Implements hook_requirements().
plupload_test ./plupload.module Form callback function for test page visible at URL "plupload-test". 1
plupload_test_submit ./plupload.module Submit callback for plupload_test form.
plupload_upload_access ./plupload.module Verifies the token for this request. 1
_plupload_default_upload_validators ./plupload.module Helper function to add defaults to $element['#upload_validators']. 2
_plupload_fix_temporary_filename ./plupload.module Fix the temporary filename provided by the plupload library. 2
_plupload_library_path ./plupload.module Returns the path to the plupload library. 3
_plupload_requirements_installed ./plupload.install Checks wether Plupload library exists or not. 1
_plupload_requirements_version ./plupload.install Returns the version of the installed plupload library. 1

Other projects