You are here

function brightcove_field_migrate_api in Brightcove Video Connect 7.5

File

brightcove_field/brightcove_field.module, line 1697
Brightcove field module provides a Content Construction Kit module to developers, allowing them to browse videos in their Brightcove Studio and upload them.

Code

function brightcove_field_migrate_api() {
  $api = array(
    'api' => MIGRATE_API_VERSION,
    'field handlers' => array(
      'MigrateBrightcoveFieldHandler',
    ),
  );
  return $api;
}