You are here

function _cdn_requirements_core_patch_patterns in CDN 6.2

Generates the patterns for the core patch.

1 call to _cdn_requirements_core_patch_patterns()
_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.

File

./cdn.requirements.inc, line 131
Functionality to automatically detect if a patch has been applied.

Code

function _cdn_requirements_core_patch_patterns() {
  return _cdn_requirements_generate_patterns_for_patch(dirname(__FILE__) . '/patches/drupal6.patch');
}