Projet

Général

Profil

Paste
Télécharger (219 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / views / tests / views_test.install @ 4003efde

1
<?php
2

    
3
/**
4
 * @file
5
 * Install, update, and uninstall functions for the Views Test module.
6
 */
7

    
8
/**
9
 * Implements hook_schema().
10
 */
11
function views_test_schema() {
12
  return variable_get('views_test_schema', array());
13
}