views_test.install 219 B

12345678910111213
  1. <?php
  2. /**
  3. * @file
  4. * Install, update, and uninstall functions for the Views Test module.
  5. */
  6. /**
  7. * Implements hook_schema().
  8. */
  9. function views_test_schema() {
  10. return variable_get('views_test_schema', array());
  11. }