You are here

migrate_extras_profile2.module in Migrate Extras 7.2

File

migrate_extras_examples/migrate_extras_profile2/migrate_extras_profile2.module
View source
<?php

/*
 * Implementation of hook_migrate_api().
 */
function migrate_extras_profile2_migrate_api() {
  $api = array(
    'api' => 2,
  );
  return $api;
}