You are here

namespace Drupal\price\Resolver in Price 2.0.x

Same name in other branches
  1. 8 Drupal\price\Resolver
  2. 3.x Drupal\price\Resolver
  3. 2.x Drupal\price\Resolver
  4. 3.0.x Drupal\price\Resolver
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.
ChainPriceResolver src/Resolver/ChainPriceResolver.php Default implementation of the chain base price resolver.
ChainPriceResolverInterface src/Resolver/ChainPriceResolverInterface.php Runs the added resolvers one by one until one of them returns the price.
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.
DefaultPriceResolver src/Resolver/DefaultPriceResolver.php Provides the default price, taking it directly from the entity.
LocaleResolverInterface src/Resolver/LocaleResolverInterface.php Defines the interface for locale resolvers.
PriceResolverInterface src/Resolver/PriceResolverInterface.php Defines the interface for price resolvers.