feeds_crawler.module in Feeds Crawler 7.2
Same filename and directory in other branches
File
feeds_crawler.moduleView source
<?php
/**
* @file
* feeds_crawler.module
*/
/**
* Implements hook_ctools_plugin_api().
*/
function feeds_crawler_ctools_plugin_api($owner, $api) {
if ($owner === 'feeds' && $api === 'plugins') {
return array(
'version' => 1,
);
}
}
Functions
Name | Description |
---|---|
feeds_crawler_ctools_plugin_api | Implements hook_ctools_plugin_api(). |