You are here

function migrate_migrate_fields_source_complete in Migrate 6.2

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

File

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

Code

function migrate_migrate_fields_source_complete() {
  return array(
    'values' => drush_migrate_migrations(),
  );
}