You are here

function migrate_migrate_fields_source_complete in Migrate 7.2

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

File

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

Code

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