You are here

Functions in Webform Protected Downloads 6

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_webform_protected_downloads_configuration_form ./webform_protected_downloads.form.inc Theme function for the configuration form
theme_webform_protected_downloads_mail_token_file_list ./webform_protected_downloads.module Theme function for the file list that may be included in the confirmation mail which is send to the user.
webform_protected_downloads_access ./webform_protected_downloads.module Custom access callback 1
webform_protected_downloads_adjust_upload_form ./webform_protected_downloads.module Updates the file listing in an upload form to disable delete, list and private checkboxes of files protected by this module. 1
webform_protected_downloads_component_delete_access ./webform_protected_downloads.module Custom access callback that checks wheather a webform component can be deleted 1
webform_protected_downloads_configuration_form ./webform_protected_downloads.form.inc Form callback for the webform configuration subpage 1
webform_protected_downloads_configuration_form_submit ./webform_protected_downloads.form.inc Implementation of hook_submit().
webform_protected_downloads_configuration_form_validate ./webform_protected_downloads.form.inc Implementation of hook_validate().
webform_protected_downloads_create_hash ./webform_protected_downloads.module Create a hash that users can use to access the download page 2
webform_protected_downloads_cron ./webform_protected_downloads.module Implementation of hook_cron().
webform_protected_downloads_download_page ./webform_protected_downloads.page.inc Displays the download page 1
webform_protected_downloads_file_download ./webform_protected_downloads.module Implementation of hook_file_download().
webform_protected_downloads_file_is_protected ./webform_protected_downloads.module Checks wheather the given file is protected for the given node 6
webform_protected_downloads_file_set_protected ./webform_protected_downloads.module Set the protected status for the given node / file combination 1
webform_protected_downloads_file_user_has_access ./webform_protected_downloads.module Checks wheather the current user has access to the given file for the given node 2
webform_protected_downloads_form_alter ./webform_protected_downloads.module Implementation of hook_form_alter(). Doc says that $form_state is passed by reference, but that generates warnings: warning: Parameter 2 to webform_protected_downloads_form_alter() expected to be a reference, value given in /includes/common.inc on…
webform_protected_downloads_get_attached_files ./webform_protected_downloads.module Returns an array of files attached to the given node. 2
webform_protected_downloads_get_configuration ./webform_protected_downloads.module Get the configuration for the given node 8
webform_protected_downloads_get_hash_details ./webform_protected_downloads.module Retrieve details for this hash 2
webform_protected_downloads_get_node_from_hash ./webform_protected_downloads.module Retrieve the webform node based on the given hash 1
webform_protected_downloads_hash_is_valid ./webform_protected_downloads.page.inc Check if the given hash is valid 1
webform_protected_downloads_help ./webform_protected_downloads.module Implementation of hook_help().
webform_protected_downloads_install ./webform_protected_downloads.install
webform_protected_downloads_mail ./webform_protected_downloads.module Implementation of hook_mail().
webform_protected_downloads_menu ./webform_protected_downloads.module Implementation of hook_menu().
webform_protected_downloads_menu_alter ./webform_protected_downloads.module Implementation of hook_menu_alter().
webform_protected_downloads_nodeapi ./webform_protected_downloads.module Implementation of hook_nodeapi().
webform_protected_downloads_node_has_protected_files ./webform_protected_downloads.module Checks if the given node has protected files 4
webform_protected_downloads_node_is_webform ./webform_protected_downloads.module Check whether the given node is used as a webform 2
webform_protected_downloads_perm ./webform_protected_downloads.module Implementation of hook_perm().
webform_protected_downloads_process_submissions ./webform_protected_downloads.module Process unprocessed webform submissions 1
webform_protected_downloads_remove_deleted_files ./webform_protected_downloads.module Removes any erroneous rows from {wpd_protected_files} that can be left over when files are deleted from a webform-enabled node whilst it was previously NOT webform-enabled 1
webform_protected_downloads_schema ./webform_protected_downloads.install
webform_protected_downloads_send_mail ./webform_protected_downloads.module Send mail to the user with a valid hash so that he can access the download page 2
webform_protected_downloads_session_is_valid ./webform_protected_downloads.page.inc Check if there is a valid session for the given hash 1
webform_protected_downloads_session_update ./webform_protected_downloads.page.inc Create or update the session info used to grant access and keep track of access expiration 1
webform_protected_downloads_set_configuration ./webform_protected_downloads.module Set the configuration for the given node 1
webform_protected_downloads_theme ./webform_protected_downloads.module Implementation of hook_theme().
webform_protected_downloads_token_list ./webform_protected_downloads.module Implementation of hook_token_list().
webform_protected_downloads_token_values ./webform_protected_downloads.module Implementation of hook_token_values().
webform_protected_downloads_uninstall ./webform_protected_downloads.install
webform_protected_downloads_update_6001 ./webform_protected_downloads.install
webform_protected_downloads_update_6002 ./webform_protected_downloads.install
webform_protected_downloads_update_6003 ./webform_protected_downloads.install
webform_protected_downloads_update_6004 ./webform_protected_downloads.install
_webform_protected_downloads_log ./webform_protected_downloads.module Wrapper around watchdog 1
_webform_protected_downloads_set_warning ./webform_protected_downloads.module Set a warning message about problems with this webform configuration 2
_webform_protected_downloads_token_replace ./webform_protected_downloads.module Helper function for token replacement 2

Other projects