constant CDN_THEME_LAYER_FALLBACK_VARIABLE in CDN 6.2
5 uses of CDN_THEME_LAYER_FALLBACK_VARIABLE
- cdn_init in ./
cdn.module - Implementation of hook_init().
- cdn_theme_registry_alter in ./
cdn.module - Implementation of hook_theme_registry_alter().
- _cdn_css_file_create_url in ./
cdn.basic.css.inc - Generate CDN file URL without file_create_url() if the core patch has not been applied.
- _cdn_requirements_detect_fallback in ./
cdn.requirements.inc - Detect whether the fallback mechanism (to alter file URLs, the best mechanism is the core patch, but a fallback to the theme layer is included) should be enabled or disabled, and actually enable/disable it, too.
- _cdn_requirements_get_integration_mechanism in ./
cdn.requirements.inc - Get the integration mechanism that is currently being used by the CDN integration module.
File
- ./
cdn.constants.inc, line 27 - Constants used by the CDN module.
Code
define('CDN_THEME_LAYER_FALLBACK_VARIABLE', 'cdn_theme_layer_fallback');