You are here

service commerce_price.currency_importer in Commerce Core 8.2

Class

Drupal\commerce_price\CurrencyImporter
10 string references to commerce_price.currency_importer
CommerceKernelTestBase::setUp in tests/src/Kernel/CommerceKernelTestBase.php
commerce_price_configurable_language_insert in modules/price/commerce_price.module
Implements hook_ENTITY_TYPE_insert() for 'configurable_language'.
commerce_price_install in modules/price/commerce_price.install
Implements hook_install().
CurrencyImportForm::create in modules/price/src/Form/CurrencyImportForm.php
Instantiates a new instance of this class.
CurrencyRepositoryTest::setUp in modules/price/tests/src/Kernel/CurrencyRepositoryTest.php

... See full list

File

modules/price/commerce_price.services.yml
modules/price/commerce_price.services.yml

View source
  1. class: Drupal\commerce_price\CurrencyImporter
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@language_manager'