You are here

farm_quantity_report.features.inc in farmOS 7

File

modules/farm/farm_quantity/farm_quantity_report/farm_quantity_report.features.inc
View source
<?php

/**
 * @file
 * farm_quantity_report.features.inc
 */

/**
 * Implements hook_views_api().
 */
function farm_quantity_report_views_api($module = NULL, $api = NULL) {
  return array(
    "api" => "3.0",
  );
}

Functions