You are here

views_database_connector.module in Views Database Connector 7

Same filename and directory in other branches
  1. 8 views_database_connector.module

This is the main module file for Views Database Connector.

File

views_database_connector.module
View source
<?php

/**
 * @file
 * This is the main module file for Views Database Connector.
 */

/**
 * Implements hook_views_api().
 */
function views_database_connector_views_api() {
  return array(
    'api' => 3,
  );
}

Functions