You are here

Classes, traits, and interfaces in Commerce Currency Resolver 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CommerceCurrencyResolver class Drupal\commerce_currency_resolver\Resolver src/Resolver/CommerceCurrencyResolver.php Returns a price and currency depending of language or country. 2
CommerceCurrencyResolverAmountTrait trait Drupal\commerce_currency_resolver\Plugin\Commerce src/Plugin/Commerce/CommerceCurrencyResolverAmountTrait.php Provides common configuration for fixed amount off offers. 5
CommerceCurrencyResolverAutocomplete class Drupal\commerce_currency_resolver\Controller src/Controller/CommerceCurrencyResolverAutocomplete.php Class CommerceCurrencyResolverAutocomplete.
CommerceCurrencyResolverForm class Drupal\commerce_currency_resolver\Form src/Form/CommerceCurrencyResolverForm.php Class CommerceCurrencyResolverForm. 1
CommerceCurrencyResolverMapping class Drupal\commerce_currency_resolver\Form src/Form/CommerceCurrencyResolverMapping.php Class CommerceCurrencyResolverMapping. 1
CommerceCurrencyResolverSelectBlock class Drupal\commerce_currency_resolver\Plugin\Block src/Plugin/Block/CommerceCurrencyResolverSelectBlock.php Provides Commerce currency block.
CommerceCurrencyResolverSelectForm class Drupal\commerce_currency_resolver\Form src/Form/CommerceCurrencyResolverSelectForm.php Class CommerceCurrencyResolverSelectForm. 1
CommerceCurrencyResolversRefreshTrait trait Drupal\commerce_currency_resolver src/CommerceCurrencyResolversRefreshTrait.php Handle access where currency resolver can refresh order. 3
CommerceCurrencyResolverTestServiceProvider class Drupal\commerce_currency_resolver_test tests/modules/commerce_currency_resolver_test/src/CommerceCurrencyResolverTestServiceProvider.php Overwrite current currency.
CommerceShippingCurrency class Drupal\commerce_currency_resolver_shipping\EventSubscriber modules/shipping/src/EventSubscriber/CommerceShippingCurrency.php Handling shipments rates. 2
CurrencyCacheContext class Drupal\commerce_currency_resolver\Cache\Context src/Cache/Context/CurrencyCacheContext.php Defines the CurrencyCacheContext service, for "per currency" caching. 2
CurrencyHelper class Drupal\commerce_currency_resolver src/CurrencyHelper.php Helper for various parts of the module. 1 2
CurrencyHelperInterface interface Drupal\commerce_currency_resolver src/CurrencyHelperInterface.php Interface CurrencyHelperInterface. 1 3
CurrencyOrderProcessor class Drupal\commerce_currency_resolver src/CurrencyOrderProcessor.php Apply currency changes during the order refresh process. 2
CurrencyOrderRefresh class Drupal\commerce_currency_resolver\EventSubscriber src/EventSubscriber/CurrencyOrderRefresh.php Checking for mismatch in currencies on order. 2
CurrentCurrency class Drupal\commerce_currency_resolver src/CurrentCurrency.php Holds a reference to the currency, resolved on demand. 1 4 2
CurrentCurrencyCartTest class Drupal\Tests\commerce_currency_resolver\Functional tests/src/Functional/CurrentCurrencyCartTest.php Tests the add to cart form with mixed currencies.
CurrentCurrencyInterface interface Drupal\commerce_currency_resolver src/CurrentCurrencyInterface.php Holds a reference to the active currency, resolved on demand. 1 1
CurrentCurrencyOrderAdminTest class Drupal\Tests\commerce_currency_resolver\FunctionalJavascript tests/src/FunctionalJavascript/CurrentCurrencyOrderAdminTest.php Tests the order admin UI.
CurrentCurrencyTest class Drupal\Tests\commerce_currency_resolver\Kernel tests/src/Kernel/CurrentCurrencyTest.php Tests current currency class.
CurrentCurrencyTest class Drupal\commerce_currency_resolver_test tests/modules/commerce_currency_resolver_test/src/CurrentCurrencyTest.php Holds a reference to the currency, resolved on demand.
CurrentCurrencyTrait trait Drupal\Tests\commerce_currency_resolver\Traits tests/src/Traits/CurrentCurrencyTrait.php Trait CurrentCurrencyTrait. 3
FlatRateCurrency class Drupal\commerce_currency_resolver_shipping\Plugin\Commerce\ShippingMethod modules/shipping/src/Plugin/Commerce/ShippingMethod/FlatRateCurrency.php Provides the multi-currency FlatRate shipping method. 1
FlatRatePerItemCurrency class Drupal\commerce_currency_resolver_shipping\Plugin\Commerce\ShippingMethod modules/shipping/src/Plugin/Commerce/ShippingMethod/FlatRatePerItemCurrency.php Provides the FlatRatePerItem shipping method. 1
OrderFixedAmountOff class Drupal\commerce_currency_resolver\Plugin\Commerce\PromotionOffer src/Plugin/Commerce/PromotionOffer/OrderFixedAmountOff.php Provides the fixed amount off offer for orders with multi-currency support. 1
OrderIntegrationTest class Drupal\Tests\commerce_currency_resolver\Kernel tests/src/Kernel/OrderIntegrationTest.php Tests integration with orders.
OrderItemFixedAmountOff class Drupal\commerce_currency_resolver\Plugin\Commerce\PromotionOffer src/Plugin/Commerce/PromotionOffer/OrderItemFixedAmountOff.php Provides the percentage off offer for order items with multicurrency support. 1
OrderTotalPrice class Drupal\commerce_currency_resolver\Plugin\Commerce\Condition src/Plugin/Commerce/Condition/OrderTotalPrice.php Provides the total price condition for orders per currency. 1
PriceExchangerCalculator class Drupal\commerce_currency_resolver src/PriceExchangerCalculator.php Class PriceExchangerCalculator. 2
ShippingAdminIntegrationTest class Drupal\Tests\commerce_currency_resolver_shipping\FunctionalJavascript modules/shipping/tests/src/FunctionalJavascript/ShippingAdminIntegrationTest.php Tests the shipment admin UI.
ShippingCurrencyOrderProcessor class Drupal\commerce_currency_resolver_shipping modules/shipping/src/ShippingCurrencyOrderProcessor.php Force refresh of shipping rates for shipment for currency changes. 2
ShippingIntegrationTest class Drupal\Tests\commerce_currency_resolver_shipping\FunctionalJavascript modules/shipping/tests/src/FunctionalJavascript/ShippingIntegrationTest.php Tests integration with the shipping module.

Other projects