3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/farm/farm_inventory/farm_inventory.features.inc
2017-11-14 13:43:11 -05:00

12 lines
194 B
PHP

<?php
/**
* @file
* farm_inventory.features.inc
*/
/**
* Implements hook_views_api().
*/
function farm_inventory_views_api($module = NULL, $api = NULL) {
return array("api" => "3.0");
}