Standard.php in farmOS 2.x
File
modules/quantity/standard/src/Plugin/Quantity/QuantityType/Standard.phpView 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 {
}