farm-2.x-dev/modules/asset/group/tests/modules/farm_group_test/src/Plugin/Asset/AssetType/Pasture.php
modules/asset/group/tests/modules/farm_group_test/src/Plugin/Asset/AssetType/Pasture.php
<?php
namespace Drupal\farm_group_test\Plugin\Asset\AssetType;
use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType;
/**
* Provides the pasture asset type.
*
* @AssetType(
* id = "pasture",
* label = @Translation("Pasture"),
* )
*/
class Pasture extends FarmAssetType {
}
