farmOS/modules/farm/farm_log/farm_log.features.inc

13 lines
182 B
PHP
Raw Normal View History

<?php
/**
* @file
* farm_log.features.inc
*/
2014-02-06 15:41:04 +01:00
/**
* Implements hook_views_api().
*/
2015-06-28 17:22:18 +02:00
function farm_log_views_api($module = NULL, $api = NULL) {
return array("api" => "3.0");
2014-02-06 15:41:04 +01:00
}