function _acquia_lift_libraries_variant_exists in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 acquia_lift.module \_acquia_lift_libraries_variant_exists()
Libraries API variant callback.
1 string reference to '_acquia_lift_libraries_variant_exists'
- acquia_lift_libraries_info in ./
acquia_lift.module - Implements hook_libraries_info().
File
- ./
acquia_lift.module, line 2076 - acquia_lift.module Provides Acquia Lift-specific personalization functionality.
Code
function _acquia_lift_libraries_variant_exists($library, $variant_name, $required_file) {
return file_exists($library['library path'] . '/' . $required_file);
}