You are here

Functions in Webform Protected Downloads 7

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_webform_protected_downloads_configuration_form_file_list ./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_admin_paths ./webform_protected_downloads.module Implementation of hook_admin_paths().
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_contextual_links_view_alter ./webform_protected_downloads.module Implements hook_contextual_links_view_alter().
webform_protected_downloads_create_hash ./webform_protected_downloads.module Create a hash that users can use to access the download page 1
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_delete ./webform_protected_downloads.module Implementation of hook_file_delete().
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 5
webform_protected_downloads_file_set_protected ./webform_protected_downloads.module Set the protected status for the given node / file combination 2
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_file_widget_after_build ./webform_protected_downloads.module Implementation of hook_after_build(). 1
webform_protected_downloads_form_alter ./webform_protected_downloads.module Implementation of hook_form_alter().
webform_protected_downloads_get_configuration ./webform_protected_downloads.module Get the configuration for the given node 9
webform_protected_downloads_get_hash_details ./webform_protected_downloads.module Retrieve details for this hash 2
webform_protected_downloads_get_mandatory_field_name ./webform_protected_downloads.module Retrieve the name used to access the "Required" form element for webform components. This has been named "mandatory" in all webform versions prior to 7.x-4.0-alpha7. 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_get_webform_version ./webform_protected_downloads.module Find out what version of webform is currently installed. 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_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_node_delete ./webform_protected_downloads.module Implementation of hook_node_delete().
webform_protected_downloads_node_get_private_files ./webform_protected_downloads.module Retrieve private files for the given node 1
webform_protected_downloads_node_get_private_file_fields ./webform_protected_downloads.module Retrieve all private file fields. 2
webform_protected_downloads_node_has_protected_files ./webform_protected_downloads.module Checks if the given node has protected files 5
webform_protected_downloads_node_insert ./webform_protected_downloads.module Implementation of hook_insert().
webform_protected_downloads_node_is_webform ./webform_protected_downloads.module Check whether the given node is used as a webform 5
webform_protected_downloads_node_load ./webform_protected_downloads.module Implementation of hook_node_load().
webform_protected_downloads_node_view ./webform_protected_downloads.module Implementation of hook_node_view().
webform_protected_downloads_permission ./webform_protected_downloads.module Implementation of hook_permission().
webform_protected_downloads_process_submissions ./webform_protected_downloads.module Process unprocessed webform submissions 1
webform_protected_downloads_schema ./webform_protected_downloads.install Implementation of hook_schema().
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 1
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 2
webform_protected_downloads_theme ./webform_protected_downloads.module Implementation of hook_theme().
webform_protected_downloads_tokens ./webform_protected_downloads.module Implements of hook_tokens().
webform_protected_downloads_token_info ./webform_protected_downloads.module Implements hook_token_info() on behalf of text.module.
webform_protected_downloads_update_7001 ./webform_protected_downloads.install Add fields to store text formats. Add a field to store redirect information.
_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 1
_webform_protected_downloads_token_replace ./webform_protected_downloads.module Helper function for token replacement 2

Other projects