You are here

function migrate_enable in Migrate 6.2

Implementation of hook_enable().

File

./migrate.install, line 155
Migrate module installation

Code

function migrate_enable() {

  // Make sure autoload registers our classes
  drupal_flush_all_caches();
}