You are here

function highcharttable_libraries_info_file_paths in HighchartTable 7

Implements hook_libraries_info_file_paths().

Using the .libraries.info files instead of hook_libraries_info().

File

./highcharttable.module, line 356
highcharttable.module

Code

function highcharttable_libraries_info_file_paths() {
  return array(
    drupal_get_path('module', 'highcharttable') . '/libraries',
  );
}