You are here

25 string references to YAML keys in currency.routing.yml in Currency 8.3

AmountFormatterOperationsProvider::getOperations in src/Plugin/Currency/AmountFormatter/AmountFormatterOperationsProvider.php
Gets plugin operations.
AmountFormattingForm::buildForm in src/Form/AmountFormattingForm.php
Form constructor.
AmountFormattingForm::getEditableConfigNames in src/Form/AmountFormattingForm.php
Gets the configuration names that will be editable.
AmountFormattingForm::submitForm in src/Form/AmountFormattingForm.php
Form submission handler.
CurrencyDeleteForm::getCancelUrl in src/Entity/Currency/CurrencyDeleteForm.php
Returns the route to go to if the user cancels the action.
CurrencyDeleteFormTest::testGetCancelUrl in tests/src/Unit/Entity/Currency/CurrencyDeleteFormTest.php
@covers ::getCancelUrl
CurrencyForm::save in src/Entity/Currency/CurrencyForm.php
.
CurrencyFormTest::testSave in tests/src/Unit/Entity/Currency/CurrencyFormTest.php
@covers ::save
CurrencyImportForm::submitForm in src/Form/CurrencyImportForm.php
Form submission handler.
CurrencyLocaleDeleteForm::getCancelUrl in src/Entity/CurrencyLocale/CurrencyLocaleDeleteForm.php
Returns the route to go to if the user cancels the action.
CurrencyLocaleDeleteFormTest::testGetCancelUrl in tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleDeleteFormTest.php
@covers ::getCancelUrl
CurrencyLocaleForm::save in src/Entity/CurrencyLocale/CurrencyLocaleForm.php
.
CurrencyLocaleFormTest::testSave in tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleFormTest.php
@covers ::save
CurrencyLocaleImportForm::submitForm in src/Form/CurrencyLocaleImportForm.php
Form submission handler.
DisableCurrency::execute in src/Controller/DisableCurrency.php
Disables a currency.
EnableCurrency::execute in src/Controller/EnableCurrency.php
Enables a currency.
ExchangeRateProviderOperationsProvider::getOperations in src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderOperationsProvider.php
Gets plugin operations.
FixedRatesForm::submitForm in src/Form/FixedRatesForm.php
Form submission handler.
FixedRatesFormTest::testSubmitFormWitDelete in tests/src/Unit/Controller/FixedRatesFormTest.php
@covers ::submitForm
FixedRatesFormTest::testSubmitFormWitDelete in tests/src/Unit/Form/FixedRatesFormTest.php
@covers ::submitForm
FixedRatesFormTest::testSubmitFormWithSave in tests/src/Unit/Controller/FixedRatesFormTest.php
@covers ::submitForm
FixedRatesFormTest::testSubmitFormWithSave in tests/src/Unit/Form/FixedRatesFormTest.php
@covers ::submitForm
FixedRatesOperationsProvider::getOperations in src/Plugin/Currency/ExchangeRateProvider/FixedRatesOperationsProvider.php
Gets plugin operations.
FixedRatesOverview::overview in src/Controller/FixedRatesOverview.php
Views the configured fixed rates.
FixedRatesOverviewTest::testOverview in tests/src/Unit/Controller/FixedRatesOverviewTest.php
@covers ::overview