You are here

function drush_migrate_auto_register in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 migrate.drush.inc \drush_migrate_auto_register()

Register any previously-unrecognized non-dynamic migrations.

File

./migrate.drush.inc, line 1271
Drush support for the migrate module

Code

function drush_migrate_auto_register($args = NULL) {
  migrate_autoregister();
}