function commerce_file_migrate_api in Commerce File 7
File
- ./
commerce_file.migrate.inc, line 11 - Integration with the Migrate module.
Code
function commerce_file_migrate_api() {
$api = array(
'api' => 2,
'field handlers' => array(
'MigrateCommerceFileFieldHandler',
),
);
return $api;
}