Projet

Général

Profil

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

root / drupal7 / sites / all / modules / date / tests / date_migrate_test / date_migrate_test.install @ 599a39cd

1
<?php
2

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

    
8
/**
9
 * Implements hook_disable().
10
 */
11
function date_migrate_test_disable() {
12
  Migration::deregisterMigration('DateExample');
13
}