function _drush_entityreference_migration_batches_finished in Reference to EntityReference Field Migration 7
Same name and namespace in other branches
- 7.2 entityreference_migration.drush.inc \_drush_entityreference_migration_batches_finished()
1 string reference to '_drush_entityreference_migration_batches_finished'
- drush_entityreference_migration_references in ./
entityreference_migration.drush.inc - Convert the references fields to entityreference.
File
- ./
entityreference_migration.drush.inc, line 77
Code
function _drush_entityreference_migration_batches_finished($success, $results, $operations) {
drush_print(dt('Succesfully migrated requested reference fields!'));
}