You are here

Classes, traits, and interfaces in Currency 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AddCurrency class Drupal\currency\Controller src/Controller/AddCurrency.php Handles the "add currency" route. 1
AddCurrencyLocale class Drupal\currency\Controller src/Controller/AddCurrencyLocale.php Handles the "add currency locale" route. 1
AddCurrencyLocaleTest class Drupal\Tests\currency\Unit\Controller tests/src/Unit/Controller/AddCurrencyLocaleTest.php @coversDefaultClass \Drupal\currency\Controller\AddCurrencyLocale
AddCurrencyTest class Drupal\Tests\currency\Unit\Controller tests/src/Unit/Controller/AddCurrencyTest.php @coversDefaultClass \Drupal\currency\Controller\AddCurrency
Amount class Drupal\currency\Plugin\views\field src/Plugin/views/field/Amount.php A Views field handler for currency amounts. 1
AmountFormatterInterface interface Drupal\currency\Plugin\Currency\AmountFormatter src/Plugin/Currency/AmountFormatter/AmountFormatterInterface.php Defines a plugin type to format amounts. 2 4
AmountFormatterManager class Drupal\currency\Plugin\Currency\AmountFormatter src/Plugin/Currency/AmountFormatter/AmountFormatterManager.php Manages amount formatter plugins. 1 2
AmountFormatterManagerInterface interface Drupal\currency\Plugin\Currency\AmountFormatter src/Plugin/Currency/AmountFormatter/AmountFormatterManagerInterface.php Defines an amount formatter plugin manager. 1 7
AmountFormatterManagerTest class Drupal\Tests\currency\Unit\Plugin\Currency\AmountFormatter tests/src/Unit/Plugin/Currency/AmountFormatter/AmountFormatterManagerTest.php @coversDefaultClass \Drupal\currency\Plugin\Currency\AmountFormatter\AmountFormatterManager
AmountFormatterOperationsProvider class Drupal\currency\Plugin\Currency\AmountFormatter src/Plugin/Currency/AmountFormatter/AmountFormatterOperationsProvider.php Provides operations for the currency amount formatter plugin type. 1 1
AmountFormatterOperationsProviderTest class Drupal\Tests\currency\Unit\Plugin\Currency\AmountFormatter tests/src/Unit/Plugin/Currency/AmountFormatter/AmountFormatterOperationsProviderTest.php @coversDefaultClass \Drupal\currency\Plugin\Currency\AmountFormatter\AmountFormatterOperationsProvider
AmountFormattingForm class Drupal\currency\Form src/Form/AmountFormattingForm.php Configures amount formatting. 2 1
AmountFormattingFormTest class Drupal\Tests\currency\Unit\Form tests/src/Unit/Form/AmountFormattingFormTest.php @coversDefaultClass \Drupal\currency\Form\AmountFormattingForm
AmountFormattingFormTest class Drupal\Tests\currency\Unit\Controller tests/src/Unit/Controller/AmountFormattingFormTest.php @coversDefaultClass \Drupal\currency\Form\AmountFormattingForm
AmountFormattingFormWebTest class Drupal\Tests\currency\Functional\Controller tests/src/Functional/Controller/AmountFormattingFormWebTest.php \Drupal\currency\Form\AmountFormattingForm web test.
AmountFormattingFormWebTest class Drupal\Tests\currency\Functional\Form tests/src/Functional/Form/AmountFormattingFormWebTest.php \Drupal\currency\Form\AmountFormattingForm web test.
AmountTest class Drupal\Tests\currency\Unit\Plugin\views\field tests/src/Unit/Plugin/views/field/AmountTest.php @coversDefaultClass \Drupal\currency\Plugin\views\field\Amount
AmountWebTest class Drupal\Tests\currency\Functional\Plugin\views\field tests/src/Functional/Plugin/views/field/AmountWebTest.php \Drupal\currency\Plugin\views\field\Amount web test.
Basic class Drupal\currency\Plugin\Currency\AmountFormatter src/Plugin/Currency/AmountFormatter/Basic.php Formats amounts using string translation and number_format(). 1
BasicTest class Drupal\Tests\currency\Unit\Plugin\Currency\AmountFormatter tests/src/Unit/Plugin/Currency/AmountFormatter/BasicTest.php @coversDefaultClass \Drupal\currency\Plugin\Currency\AmountFormatter\Basic
ConfigImporter class Drupal\currency src/ConfigImporter.php Provides a config importer. 1 2
ConfigImporterInterface interface Drupal\currency src/ConfigImporterInterface.php Defines a config importer. 1 6
ConfigImporterTest class Drupal\Tests\currency\Unit tests/src/Unit/ConfigImporterTest.php @coversDefaultClass \Drupal\currency\ConfigImporter
Currency class Drupal\currency\Entity src/Entity/Currency.php Defines a currency entity class. 7
Currency class Drupal\currency\Plugin\views\filter src/Plugin/views/filter/Currency.php A Views filter handler to filter currencies by ISO 4217 code. 1
Currency class Drupal\currency\Plugin\views\field src/Plugin/views/field/Currency.php A Views field handler to get properties from currencies. 1
CurrencyAccessControlHandler class Drupal\currency\Entity\Currency src/Entity/Currency/CurrencyAccessControlHandler.php Checks access for currency entities. 1
CurrencyAccessControlHandlerTest class Drupal\Tests\currency\Unit\Entity\Currency tests/src/Unit/Entity/Currency/CurrencyAccessControlHandlerTest.php @coversDefaultClass Drupal\currency\Entity\Currency\CurrencyAccessControlHandler
CurrencyAmount class Drupal\currency\Element src/Element/CurrencyAmount.php Provides an element to collect amounts of money and convert them to strings. 1
CurrencyAmountElement class Drupal\currency_test modules/currency_test/src/CurrencyAmountElement.php Provides a form to test the currency_amount element. 1
CurrencyAmountFormatter class Drupal\currency\Annotation src/Annotation/CurrencyAmountFormatter.php Defines a currency amount formatter plugin definition. 1
CurrencyAmountTest class Drupal\Tests\currency\Unit\Element tests/src/Unit/Element/CurrencyAmountTest.php @coversDefaultClass \Drupal\currency\Element\CurrencyAmount
CurrencyAmountWebTest class Drupal\Tests\currency\Functional\Element tests/src/Functional/Element/CurrencyAmountWebTest.php \Drupal\currency\Element\CurrencyAmount web test.
CurrencyCode class Drupal\currency\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/CurrencyCode.php Currency code constraint.
CurrencyDeleteForm class Drupal\currency\Entity\Currency src/Entity/Currency/CurrencyDeleteForm.php Provides the currency deletion form. 1
CurrencyDeleteFormTest class Drupal\Tests\currency\Unit\Entity\Currency tests/src/Unit/Entity/Currency/CurrencyDeleteFormTest.php @coversDefaultClass \Drupal\currency\Entity\Currency\CurrencyDeleteForm
CurrencyDeleteFormWebTest class Drupal\Tests\currency\Functional\Entity\Currency tests/src/Functional/Entity/Currency/CurrencyDeleteFormWebTest.php \Drupal\currency\Entity\CurrencyDeleteForm web test.
CurrencyEvents final class Drupal\currency\Event src/Event/CurrencyEvents.php Defines Currency events. 3
CurrencyEventsTest class Drupal\Tests\currency\Unit\Event tests/src/Unit/Event/CurrencyEventsTest.php @coversDefaultClass \Drupal\currency\Event\CurrencyEvents
CurrencyExchange class Drupal\currency\Plugin\Filter src/Plugin/Filter/CurrencyExchange.php Provides a filter to exchange currencies. 1
CurrencyExchangeRateProvider class Drupal\currency\Annotation src/Annotation/CurrencyExchangeRateProvider.php Defines a currency exchange rate provider plugin definition. 1
CurrencyExchangeTest class Drupal\Tests\currency\Unit\Plugin\Filter tests/src/Unit/Plugin/Filter/CurrencyExchangeTest.php @coversDefaultClass \Drupal\currency\Plugin\Filter\CurrencyExchange
CurrencyForm class Drupal\currency\Entity\Currency src/Entity/Currency/CurrencyForm.php Provides a currency add/edit form. 1
CurrencyFormTest class Drupal\Tests\currency\Unit\Entity\Currency tests/src/Unit/Entity/Currency/CurrencyFormTest.php @coversDefaultClass \Drupal\currency\Entity\Currency\CurrencyForm
CurrencyFormWebTest class Drupal\Tests\currency\Functional\Entity\Currency tests/src/Functional/Entity/Currency/CurrencyFormWebTest.php \Drupal\currency\Entity\Currency\CurrencyForm web test.
CurrencyImportForm class Drupal\currency\Form src/Form/CurrencyImportForm.php Provides the currency import form. 2 1
CurrencyImportFormTest class Drupal\Tests\currency\Unit\Form tests/src/Unit/Form/CurrencyImportFormTest.php @coversDefaultClass \Drupal\currency\Form\CurrencyImportForm
CurrencyImportFormTest class Drupal\Tests\currency\Unit\Controller tests/src/Unit/Controller/CurrencyImportFormTest.php @coversDefaultClass \Drupal\currency\Form\CurrencyImportForm
CurrencyInterface interface Drupal\currency\Entity src/Entity/CurrencyInterface.php Defines a currency. 1 26
CurrencyListBuilder class Drupal\currency\Entity\Currency src/Entity/Currency/CurrencyListBuilder.php Provides a list builder for currencies. 1

Pages

Other projects