You are here

function feeds_excel_ctools_plugin_api in Feeds Excel 7

Implements hook_ctools_plugin_api().

File

./feeds_excel.module, line 6

Code

function feeds_excel_ctools_plugin_api($owner, $api) {
  if ($owner == 'feeds' && $api == 'plugins') {
    return array(
      'version' => 1,
    );
  }
}