function sheetnode_phpexcel_views_api in Sheetnode 7.2
Same name and namespace in other branches
- 5 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \sheetnode_phpexcel_views_api()
- 6 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \sheetnode_phpexcel_views_api()
- 7 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \sheetnode_phpexcel_views_api()
Implements hook_views_api().
File
- modules/
sheetnode_phpexcel/ sheetnode_phpexcel.module, line 16 - Module file for the sheetnode_phpexcel module. This manages handling of files for sheetnode.
Code
function sheetnode_phpexcel_views_api() {
return array(
'api' => 2,
);
}