You are here

pdf_export_views.module in PDF Export 7

PDF Export Views module.

File

pdf_export_views/pdf_export_views.module
View source
<?php

/**
 * @file
 * PDF Export Views module.
 */

/**
 * Implements hook_views_api().
 */
function pdf_export_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'pdf_export_views'),
  );
}

Functions

Namesort descending Description
pdf_export_views_views_api Implements hook_views_api().