XquantityStockFormatter.php in Commerce Extended Quantity 8
File
modules/xquantity_stock/src/Plugin/Field/FieldFormatter/XquantityStockFormatter.phpView source
<?php
namespace Drupal\xquantity_stock\Plugin\Field\FieldFormatter;
use Drupal\Core\Field\Plugin\Field\FieldFormatter\DecimalFormatter;
/**
* Plugin implementation of the 'xquantity_stock' formatter.
*
* @FieldFormatter(
* id = "xquantity_stock",
* label = @Translation("Xquantity Stock"),
* field_types = {
* "xquantity_stock"
* }
* )
*/
class XquantityStockFormatter extends DecimalFormatter {
}
Classes
Name | Description |
---|---|
XquantityStockFormatter | Plugin implementation of the 'xquantity_stock' formatter. |