You are here

function farm_log_views_api in farmOS 7

Implements hook_views_api().

File

modules/farm/farm_log/farm_log.features.inc, line 10
farm_log.features.inc

Code

function farm_log_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}