You are here

farm_asset_children.features.inc in farmOS 7

File

modules/farm/farm_asset/farm_asset_children/farm_asset_children.features.inc
View source
<?php

/**
 * @file
 * farm_asset_children.features.inc
 */

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

Functions