materio-base-legacy/tests/views_test.install
bachy b20b38f514 first import
Signed-off-by: bachy <git@g-u-i.net>
2013-01-09 10:53:26 +01: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());
}