added workflow strongarm variable to admin feature

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-03 17:12:25 +02:00
parent 3ffbc09c10
commit 6ceb7d6534
5 changed files with 220 additions and 0 deletions

View File

@@ -8,6 +8,9 @@
* Implements hook_ctools_plugin_api().
*/
function materio_administration_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "elysia_cron" && $api == "default_elysia_cron_rules") {
return array("version" => "1");
}
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}