You are here

function libraries_test_module_libraries_info_file_paths in Libraries API 7.3

Same name and namespace in other branches
  1. 7.2 tests/modules/libraries_test_module/libraries_test_module.module \libraries_test_module_libraries_info_file_paths()

Implements hook_libraries_info_file_paths()

File

tests/modules/libraries_test_module/libraries_test_module.module, line 317
Tests the library detection and loading.

Code

function libraries_test_module_libraries_info_file_paths() {
  return array(
    drupal_get_path('module', 'libraries') . '/tests/libraries',
  );
}