You are here

function date_migrate_test_disable in Date 7.3

Same name and namespace in other branches
  1. 7.2 tests/date_migrate_test/date_migrate_test.install \date_migrate_test_disable()

Implements hook_disable().

File

tests/date_migrate_test/date_migrate_test.install, line 11
Install, update and uninstall functions for the Date Migrate Test module.

Code

function date_migrate_test_disable() {
  Migration::deregisterMigration('DateExample');
}