You are here

Functions in File Resumable Upload 8

Primary tabs

Namesort descending Location Description Direct uses Strings
file_resup_chunksize ./file_resup.module Returns the configured size of a file chunk. 4 1
file_resup_cron ./file_resup.module Implements hook_cron().
file_resup_field_info_alter ./file_resup.field.inc Implements hook_field_info_alter().
file_resup_field_widget_form_alter ./file_resup.field.inc Implements hook_field_widget_form_alter().
file_resup_field_widget_pre_render ./file_resup.field.inc #pre_render callback for the field widget element. 1
file_resup_field_widget_process ./file_resup.field.inc #process callback for the field widget element. 1
file_resup_field_widget_submit ./file_resup.field.inc #submit callback for the upload button of the field widget element. 1
file_resup_field_widget_support ./file_resup.field.inc Check whether our module has support for a widget type. 2
file_resup_field_widget_value ./file_resup.field.inc #file_value_callbacks callback for the field widget element. 1
file_resup_file_insert ./file_resup.module Implements hook_file_insert(). 1
file_resup_file_presave ./file_resup.module Implements hook_file_presave().
file_resup_file_resup_supported_field_widget_types ./file_resup.field.inc Implements hook_file_resup_supported_field_widget_types().
file_resup_file_update ./file_resup.module Implements hook_file_update().
file_resup_form_field_ui_field_edit_form_alter ./file_resup.field.inc Implements hook_form_FORM_ID_alter() for field_ui_field_edit_form().
file_resup_install ./file_resup.install Implements hook_install().
file_resup_max_filesize ./file_resup.field.inc Get the file size limit for a field instance. 1
file_resup_menu ./file_resup.module Implements hook_menu().
file_resup_permission ./file_resup.module Implements hook_permission().
file_resup_plain_output ./file_resup.module Returns data as plain text. 1
file_resup_save_upload ./file_resup.module Save a completed upload. 2
file_resup_schema ./file_resup.install Implements hook_schema().
file_resup_uninstall ./file_resup.install Implements hook_uninstall().
file_resup_upload ./file_resup.module Menu callback to upload a file chunk. 1
file_resup_upload_delete_file ./file_resup.module Delete an upload file. 2
file_resup_upload_delete_record ./file_resup.module Delete an upload record. 2
file_resup_upload_id ./file_resup.module Get a valid upload ID from a resup file ID. 2
file_resup_upload_load ./file_resup.module Load an upload record. 2
file_resup_upload_uri ./file_resup.module Returns an upload uri. 3
file_resup_value ./file_resup.field.inc #value_callback callback for the resup element. 1
hook_file_resup_supported_field_widget_types ./file_resup.api.php Declare the field widget types supported by the module.
hook_file_resup_supported_field_widget_types_alter ./file_resup.api.php Alter the supported field widget types.

Other projects