You are here

function phone_migrate_api in Phone 7

Same name and namespace in other branches
  1. 7.2 phone.migrate.inc \phone_migrate_api()

Implements hook_migrate_api().

File

./phone.migrate.inc, line 27
phone.migrate.inc Code to implement hook_content_migrate_field_alter, content_migrate_instance_alter() and content_migrate_data_record_alter() on behalf of the former phone module, moved into a separate file for efficiency.

Code

function phone_migrate_api() {
  return array(
    'api' => 2,
  );
}