popsu-d7/sites/all/modules/views/tests/views_test.install
Bachir Soussi Chiadmi 1bc61b12ad first import
2015-04-08 11:40:19 +02:00

14 lines
219 B
Plaintext

<?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());
}