feeds_import.features.inc in Feeds 7.2
Same filename and directory in other branches
File
feeds_import/feeds_import.features.incView source
<?php
/**
* @file
* feeds_import.features.inc
*/
/**
* Implements hook_ctools_plugin_api().
*/
function feeds_import_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "feeds" && $api == "feeds_importer_default") {
return array(
"version" => "1",
);
}
}
Functions
Name | Description |
---|---|
feeds_import_ctools_plugin_api | Implements hook_ctools_plugin_api(). |