You are here

function print_views_api in Printer, email and PDF versions 6

Same name and namespace in other branches
  1. 7.2 print.module \print_views_api()
  2. 7 print.module \print_views_api()

Implements hook_views_api().

File

./print.module, line 959
Displays Printer-friendly versions of Drupal pages.

Code

function print_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'print'),
  );
}