Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ctools / ctools_ajax_sample / ctools_ajax_sample.install @ 6e3ce7c2

1
<?php
2

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

    
7
/**
8
 * Implementation of hook_install()
9
 */
10
function ctools_ajax_sample_install() {
11

    
12
}
13

    
14
/**
15
 * Implementation of hook_uninstall()
16
 */
17
function ctools_ajax_sample_uninstall() {
18

    
19
}