You are here

Water.php in farmOS 2.x

File

modules/asset/water/src/Plugin/Asset/AssetType/Water.php
View source
<?php

namespace Drupal\farm_water\Plugin\Asset\AssetType;

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

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

}

Classes

Namesort descending Description
Water Provides the water asset type.