Files
materio-base-legacy/sites/all/modules/features/showroom/showroom.features.inc
Bachir Soussi Chiadmi 54399b169a created showroom feature
2016-10-25 16:05:07 +02:00

15 lines
261 B
PHP

<?php
/**
* @file
* showroom.features.inc
*/
/**
* Implements hook_ctools_plugin_api().
*/
function showroom_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}
}