function views_pdf_views_api in Views PDF 7.2
Same name and namespace in other branches
- 6 views_pdf.module \views_pdf_views_api()
- 7.3 views_pdf.module \views_pdf_views_api()
- 7 views_pdf.module \views_pdf_views_api()
Implements hook_views_api().
File
- ./
views_pdf.module, line 11 - PDF Views allows the creation of PDF's directly from a view. Without the creation of HTML first.
Code
function views_pdf_views_api() {
return array(
'api' => 3,
);
}