You are here

function _responsive_preview_libraries_variant_exists in Responsive Theme Preview 7

Libraries API variant callback.

1 string reference to '_responsive_preview_libraries_variant_exists'
responsive_preview_libraries_info in ./responsive_preview.module
Implements hook_libraries_info().

File

./responsive_preview.module, line 526
Provides a component that previews the a page in various device dimensions.

Code

function _responsive_preview_libraries_variant_exists($library, $variant_name, $required_file) {
  return file_exists($library['library path'] . '/' . $required_file);
}