function custom_breadcrumbs_features_test_ctools_plugin_api in Custom Breadcrumbs Features 7.2
Implements hook_ctools_plugin_api().
File
- tests/
custom_breadcrumbs_features_test/ custom_breadcrumbs_features_test.features.inc, line 10 - custom_breadcrumbs_features_test.features.inc
Code
function custom_breadcrumbs_features_test_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "strongarm" && $api == "strongarm") {
return array(
"version" => "1",
);
}
}