You are here

views_test.install in Views (for Drupal 7) 7.3

Install, update, and uninstall functions for the Views Test module.

File

tests/views_test.install
View source
<?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());
}

Functions

Namesort descending Description
views_test_schema Implements hook_schema().