merged features sudmodule

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-19 13:34:58 +02:00
60 changed files with 28092 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
/**
* @file
* materio_administration.features.inc
*/
/**
* Implements hook_ctools_plugin_api().
*/
function materio_administration_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}
}
/**
* Implements hook_views_api().
*/
function materio_administration_views_api($module = NULL, $api = NULL) {
return array("api" => "3.0");
}