You are here

service currency.form_helper in Currency 8.3

Class

Drupal\currency\FormHelper
14 string references to currency.form_helper
Currency::create in src/Plugin/views/filter/Currency.php
Creates an instance of the plugin.
CurrencyAmount::create in src/Element/CurrencyAmount.php
Creates an instance of the plugin.
CurrencyAmountTest::testCreate in tests/src/Unit/Element/CurrencyAmountTest.php
@covers ::create @covers ::__construct
CurrencyImportForm::create in src/Form/CurrencyImportForm.php
Instantiates a new instance of this class.
CurrencyImportFormTest::testCreate in tests/src/Unit/Controller/CurrencyImportFormTest.php
@covers ::create @covers ::__construct

... See full list

File

./currency.services.yml
currency.services.yml

View source
  1. class: Drupal\currency\FormHelper
  2. arguments:
  3. - '@string_translation'
  4. - '@entity_type.manager'