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