You are here

invite_views.module in Invite 6.2

File

invite_views/invite_views.module
View source
<?php

/**
 * @file
 */

/**
 * Implementation of hook_views_api().
 */
function invite_views_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'invite_views') . '/includes/views2',
  );
}

Functions

Namesort descending Description
invite_views_views_api Implementation of hook_views_api().