You are here

Pasture.php in farmOS 2.x

File

modules/asset/group/tests/modules/farm_group_test/src/Plugin/Asset/AssetType/Pasture.php
View source
<?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 {

}

Classes

Namesort descending Description
Pasture Provides the pasture asset type.