You are here

service commerce_store.current_store in Commerce Core 8.2

Class

Drupal\commerce_store\CurrentStore
8 string references to commerce_store.current_store
AddToCartForm::create in modules/cart/src/Form/AddToCartForm.php
Instantiates a new instance of this class.
commerce_store_mail_alter in modules/store/commerce_store.module
Implements hook_mail_alter().
CurrentStore::create in modules/store/src/Plugin/views/argument_default/CurrentStore.php
Creates an instance of the plugin.
PaymentMethodFormBase::create in modules/payment/src/PluginForm/PaymentMethodFormBase.php
Instantiates a new instance of this class.
PriceCalculatedFormatter::create in modules/price/src/Plugin/Field/FieldFormatter/PriceCalculatedFormatter.php
Creates an instance of the plugin.

... See full list

File

modules/store/commerce_store.services.yml
modules/store/commerce_store.services.yml

View source
  1. class: Drupal\commerce_store\CurrentStore
  2. arguments:
  3. - '@request_stack'
  4. - '@commerce_store.chain_store_resolver'