Group.php in farmOS 2.x
Namespace
Drupal\farm_group\Plugin\Asset\AssetTypeFile
modules/asset/group/src/Plugin/Asset/AssetType/Group.phpView source
<?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 {
}