function sheetnode_phpexcel_views_api in Sheetnode 5
Same name and namespace in other branches
- 6 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \sheetnode_phpexcel_views_api()
- 7.2 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \sheetnode_phpexcel_views_api()
- 7 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \sheetnode_phpexcel_views_api()
Implementation of hook_views_api().
File
- modules/
sheetnode_phpexcel/ sheetnode_phpexcel.module, line 6
Code
function sheetnode_phpexcel_views_api() {
return array(
'api' => 2,
);
}