function print_views_api in Printer, email and PDF versions 7
Same name and namespace in other branches
- 6 print.module \print_views_api()
- 7.2 print.module \print_views_api()
Implements hook_views_api().
File
- ./
print.module, line 973 - Displays Printer-friendly versions of Drupal pages.
Code
function print_views_api() {
return array(
'api' => 2.0,
'path' => drupal_get_path('module', 'print'),
);
}