You are here

function features_owl_carousel_variables_ctools_plugin_api in Multipurpose Corporate Profile 7

Implements hook_ctools_plugin_api().

File

modules/features/features_owl_carousel_variables/features_owl_carousel_variables.features.inc, line 10
features_owl_carousel_variables.features.inc

Code

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