You are here

constant CDN_HTTPS_SUPPORT_VARIABLE in CDN 7.2

Same name and namespace in other branches
  1. 6.2 cdn.constants.inc \CDN_HTTPS_SUPPORT_VARIABLE
5 uses of CDN_HTTPS_SUPPORT_VARIABLE
CDNUnitTestCase::configureHTTPS in tests/cdn.test
Configure HTTPS-related settings.
cdn_admin_other_settings_form in ./cdn.admin.inc
Form definition; other settings.
cdn_check_protocol in ./cdn.module
Check if the current protocol is supported by the CDN.
cdn_file_url_alter in ./cdn.module
Implements hook_file_url_alter().
cdn_serve_from_https in ./cdn.module
Check if CDN module should serve files from a HTTPS location.

File

./cdn.constants.inc, line 26
Constants used by the CDN module.

Code

define('CDN_HTTPS_SUPPORT_VARIABLE', 'cdn_https_support');