You are here

function views_export_xls_views_api in Views Excel Export 7

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

Implements hook_views_api().

File

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

Code

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