Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / views_content / tests / modules / views_content_test.module @ 6e3ce7c2

1
<?php
2

    
3
/**
4
 * @file
5
 * Helper module for Views content pane tests.
6
 */
7

    
8
/**
9
 * Implements hook_views_api().
10
 */
11
function views_content_test_views_api() {
12
  return array(
13
    'api' => 3.0,
14
  );
15
}