You are here

function views_export_xls_views_api in Views Excel Export 6

Same name and namespace in other branches
  1. 7 views_export_xls.module \views_export_xls_views_api()

Implementation of hook_views_api().

File

./views_export_xls.module, line 17
Gives the ability to export to excel

Code

function views_export_xls_views_api() {
  return array(
    'api' => 2,
  );
}