You are here

function drush_migrate_auto_register in Migrate 7.2

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

Auto-registration is no longer supported. This command should be removed entirely in a future point release.

File

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

Code

function drush_migrate_auto_register($args = NULL) {
  drush_log(dt('The auto-registration feature has been removed. Migrations ' . 'must now be explicitly registered.'), 'error');
}