You are here

namespace Drupal\commerce\Resolver in Commerce Core 8.2

Classsort descending Location Description
ChainCountryResolver src/Resolver/ChainCountryResolver.php Default implementation of the chain country resolver.
ChainCountryResolverInterface src/Resolver/ChainCountryResolverInterface.php Runs the added resolvers one by one until one of them returns the country.
ChainLocaleResolver src/Resolver/ChainLocaleResolver.php Default implementation of the chain locale resolver.
ChainLocaleResolverInterface src/Resolver/ChainLocaleResolverInterface.php Runs the added resolvers one by one until one of them returns the locale.
CountryResolverInterface src/Resolver/CountryResolverInterface.php Defines the interface for country resolvers.
DefaultCountryResolver src/Resolver/DefaultCountryResolver.php Returns the site's default country.
DefaultLocaleResolver src/Resolver/DefaultLocaleResolver.php Returns the locale based on the current language and country.
LocaleResolverInterface src/Resolver/LocaleResolverInterface.php Defines the interface for locale resolvers.