farm-2.x-dev/modules/core/entity/src/Plugin/Asset/AssetType/FarmAssetType.php
modules/core/entity/src/Plugin/Asset/AssetType/FarmAssetType.php
<?php
namespace Drupal\farm_entity\Plugin\Asset\AssetType;
use Drupal\Core\StringTranslation\StringTranslationTrait;
/**
* Provides a farmOS asset type base class.
*/
class FarmAssetType extends AssetTypeBase {
use StringTranslationTrait;
}
