You are here

namespace Drupal\commerce_price in Commerce Core 8.2

Classsort descending Location Description
Calculator modules/price/src/Calculator.php Provides helpers for bcmath-based arithmetic.
CommercePriceServiceProvider modules/price/src/CommercePriceServiceProvider.php Swaps the default physical.number_formatter service class.
CurrencyFormatter modules/price/src/CurrencyFormatter.php Extends the commerceguys/intl CurrencyFormatter to provide better defaults.
CurrencyImporter modules/price/src/CurrencyImporter.php Default implementation of the currency importer.
CurrencyImporterInterface modules/price/src/CurrencyImporterInterface.php Imports the library-provided currency data into config entities.
CurrencyListBuilder modules/price/src/CurrencyListBuilder.php Defines the list builder for currencies.
CurrencyRouteProvider modules/price/src/CurrencyRouteProvider.php Provides routes for the Currency entity.
LegacyNumberFormatter modules/price/src/LegacyNumberFormatter.php Provides a legacy number formatter for the deprecated NumberFormatterFactory.
MinorUnitsConverter modules/price/src/MinorUnitsConverter.php Default implementation of the minor units converter.
MinorUnitsConverterInterface modules/price/src/MinorUnitsConverterInterface.php Allows converting between Price objects (decimal) and minor units (integer).
NumberFormatter modules/price/src/NumberFormatter.php Extends the commerceguys/intl NumberFormatter to provide better defaults.
NumberFormatterFactory modules/price/src/NumberFormatterFactory.php Defines the NumberFormatter factory.
NumberFormatterFactoryInterface modules/price/src/NumberFormatterFactoryInterface.php Defines the interface for NumberFormatter factories.
PhysicalNumberFormatter modules/price/src/PhysicalNumberFormatter.php Wraps the NumberFormatter for use by the Physical Fields module.
Price modules/price/src/Price.php Provides a value object for monetary values.
Rounder modules/price/src/Rounder.php
RounderInterface modules/price/src/RounderInterface.php Rounds prices.