You are here

constant WEBFORM_PROTECTED_DOWNLOADS_ACCESS_TYPE_SINGLE in Webform Protected Downloads 6

Same name and namespace in other branches
  1. 7 webform_protected_downloads.module \WEBFORM_PROTECTED_DOWNLOADS_ACCESS_TYPE_SINGLE

The access type "One-time access"

2 uses of WEBFORM_PROTECTED_DOWNLOADS_ACCESS_TYPE_SINGLE
webform_protected_downloads_cron in ./webform_protected_downloads.module
Implementation of hook_cron().
webform_protected_downloads_hash_is_valid in ./webform_protected_downloads.page.inc
Check if the given hash is valid

File

./webform_protected_downloads.module, line 19
This file contains hook declarations and functions for the Webform Protected Downloads module.

Code

define('WEBFORM_PROTECTED_DOWNLOADS_ACCESS_TYPE_SINGLE', 0);