You are here

function drush_migrate_register in Migrate 7.2

Register any migrations defined in hook_migrate_api().

File

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

Code

function drush_migrate_register($args = NULL) {
  migrate_static_registration();
  drush_log(dt('All statically defined migrations have been (re)registered.'), 'success');
}