You are here

function farm_asset_views_api in farmOS 7

Implements hook_views_api().

File

modules/farm/farm_asset/farm_asset.module, line 534
Farm asset - A farm asset entity type.

Code

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