You are here

Animal.php in farmOS 2.x

File

modules/asset/group/tests/modules/farm_group_test/src/Plugin/Asset/AssetType/Animal.php
View source
<?php

namespace Drupal\farm_group_test\Plugin\Asset\AssetType;

use Drupal\farm_entity\Plugin\Asset\AssetType\FarmAssetType;

/**
 * Provides the animal asset type.
 *
 * @AssetType(
 *   id = "animal",
 *   label = @Translation("Animal"),
 * )
 */
class Animal extends FarmAssetType {

}

Classes

Namesort descending Description
Animal Provides the animal asset type.