Projet

Général

Profil

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

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

1
<?php
2

    
3
/**
4
 * @file
5
 */
6

    
7
/**
8
 * Implements hook_ctools_plugin_api().
9
 */
10
function ctools_export_test_ctools_plugin_api($module, $api) {
11
  if ($module == 'ctools_export_test' && $api == 'default_ctools_export_tests') {
12
    return array('version' => 1);
13
  }
14
}