You are here

date_migrate_test.install in Date 7.3

Same filename and directory in other branches
  1. 7.2 tests/date_migrate_test/date_migrate_test.install

Install, update and uninstall functions for the Date Migrate Test module.

File

tests/date_migrate_test/date_migrate_test.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Date Migrate Test module.
 */

/**
 * Implements hook_disable().
 */
function date_migrate_test_disable() {
  Migration::deregisterMigration('DateExample');
}

Functions

Namesort descending Description
date_migrate_test_disable Implements hook_disable().