function drush_migrate_stop_validate in Migrate 7.2
Same name and namespace in other branches
- 6.2 migrate.drush.inc \drush_migrate_stop_validate()
File
- ./
migrate.drush.inc, line 1084 - Drush support for the migrate module
Code
function drush_migrate_stop_validate($args = NULL) {
return drush_migrate_validate_common($args);
}