farm-2.x-dev/modules/asset/group/tests/modules/farm_group_test/src/Plugin/Asset/AssetType/Animal.php
modules/asset/group/tests/modules/farm_group_test/src/Plugin/Asset/AssetType/Animal.php
<?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 { }