farm-2.x-dev/modules/core/location/tests/modules/farm_location_test/src/Plugin/Asset/AssetType/ObjectAssetType.php
modules/core/location/tests/modules/farm_location_test/src/Plugin/Asset/AssetType/ObjectAssetType.php
<?php namespace Drupal\farm_location_test\Plugin\Asset\AssetType; use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType; /** * Provides the test object asset type. * * @AssetType( * id = "object", * label = @Translation("Object"), * ) */ class ObjectAssetType extends FarmAssetType { }