You are here

function _entityreference_migration_batches_finished in Reference to EntityReference Field Migration 7

Same name and namespace in other branches
  1. 7.2 entityreference_migration.module \_entityreference_migration_batches_finished()
1 string reference to '_entityreference_migration_batches_finished'
entityreference_migration_migrate_references_fields_submit in ./entityreference_migration.module

File

./entityreference_migration.module, line 97

Code

function _entityreference_migration_batches_finished($success, $results, $operations) {
  drupal_set_message(t('Succesfully migrated requested reference fields!'));
}