views_test.install 219 Bytes
<?php

/**
 * @file
 * Install, update, and uninstall functions for the Views Test module.
 */

/**
 * Implements hook_schema().
 */
function views_test_schema() {
  return variable_get('views_test_schema', array());
}