1 views_test.install | views_test_schema() |
Implements hook_schema().
File
- core/
modules/ views/ tests/ views_test/ views_test.install, line 10 - Install, update, and uninstall functions for the Views Test module.
Code
function views_test_schema() {
return state_get('views_test_schema', array());
}