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