Newer
Older
Alex Barth
committed
<?php
/**
* @file
* feeds_import.features.inc
*/
Alex Barth
committed
/**
undertext
committed
* Implements hook_ctools_plugin_api().
Alex Barth
committed
*/
undertext
committed
function feeds_import_ctools_plugin_api($module = NULL, $api = NULL) {
Alex Barth
committed
if ($module == "feeds" && $api == "feeds_importer_default") {
undertext
committed
return array("version" => "1");