You are here

namespace Drupal\commerce_checkout\Resolver in Commerce Core 8.2

Classsort descending Location Description
ChainCheckoutFlowResolver modules/checkout/src/Resolver/ChainCheckoutFlowResolver.php Default implementation of the chain checkout flow resolver.
ChainCheckoutFlowResolverInterface modules/checkout/src/Resolver/ChainCheckoutFlowResolverInterface.php Runs the added resolvers one by one until one of them returns the checkout flow.
CheckoutFlowResolverInterface modules/checkout/src/Resolver/CheckoutFlowResolverInterface.php Defines the interface for checkout flow resolvers.
DefaultCheckoutFlowResolver modules/checkout/src/Resolver/DefaultCheckoutFlowResolver.php Returns the order type's default checkout flow.