You are here

feeds_crawler.module in Feeds Crawler 7.2

Same filename and directory in other branches
  1. 6.2 feeds_crawler.module
  2. 6 feeds_crawler.module
  3. 7 feeds_crawler.module

File

feeds_crawler.module
View 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