You are here

function tweet_feed_types_ctools_plugin_api in Tweet Feed 7.2

Implements hook_ctools_plugin_api().

File

tweet_feed_types/tweet_feed_types.features.inc, line 10
tweet_feed_types.features.inc

Code

function tweet_feed_types_ctools_plugin_api($module = NULL, $api = NULL) {
  if ($module == "strongarm" && $api == "strongarm") {
    return array(
      "version" => "1",
    );
  }
}