You are here

ObjectAssetType.php in farmOS 2.x

File

modules/core/location/tests/modules/farm_location_test/src/Plugin/Asset/AssetType/ObjectAssetType.php
View source
<?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 {

}

Classes

Namesort descending Description
ObjectAssetType Provides the test object asset type.