public function BundlePriceResolver::__construct in Commerce Product Bundle 8
Constructs a new BundlePriceResolver object.
Parameters
\Drupal\commerce_store\CurrentStoreInterface $current_store: The current store.
File
- src/
Resolver/ BundlePriceResolver.php, line 33
Class
- BundlePriceResolver
- Commerce Product Bundle Price Resolver.
Namespace
Drupal\commerce_product_bundle\ResolverCode
public function __construct(CurrentStoreInterface $current_store) {
$this->currentStore = $current_store;
}