Animal.php in farmOS 2.x
File
modules/asset/group/tests/modules/farm_group_test/src/Plugin/Asset/AssetType/Animal.phpView source
<?php
namespace Drupal\farm_group_test\Plugin\Asset\AssetType;
use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType;
/**
* Provides the animal asset type.
*
* @AssetType(
* id = "animal",
* label = @Translation("Animal"),
* )
*/
class Animal extends FarmAssetType {
}