You are here

Standard.php in farmOS 2.x

File

modules/quantity/standard/src/Plugin/Quantity/QuantityType/Standard.php
View source
<?php

namespace Drupal\farm_quantity_standard\Plugin\Quantity\QuantityType;

use Drupal\farm_entity\Plugin\Quantity\QuantityType\FarmQuantityType;

/**
 * Provides the standard quantity type.
 *
 * @QuantityType(
 *   id = "standard",
 *   label = @Translation("Standard"),
 * )
 */
class Standard extends FarmQuantityType {

}

Classes

Namesort descending Description
Standard Provides the standard quantity type.