You are here

function pet_views_api in Previewable email templates 6

Implementation of hook_views_api().

File

./pet.module, line 448
Previewable E-mail Template module.

Code

function pet_views_api() {
  return array(
    'api' => 2,
    'path' => PET_VIEWS_DIR,
  );
}