Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / tests / ctools_export_test / ctools_export_test.module @ 1e39edcb

1
<?php
2

    
3
/**
4
 * Implements hook_ctools_plugin_api().
5
 */
6
function ctools_export_test_ctools_plugin_api($module, $api) {
7
  if ($module == 'ctools_export_test' && $api == 'default_ctools_export_tests') {
8
    return array('version' => 1);
9
  }
10
}