You are here

function commerce_gc_product_example_ctools_plugin_api in Commerce GC 7

Implements hook_ctools_plugin_api().

File

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

Code

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