Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
61 | protected function getDefinedElements() |
||
62 | { |
||
63 | return array_merge(parent::getDefinedElements(), [ |
||
64 | 'source currency' => '#sylius_exchange_rate_sourceCurrency', |
||
65 | 'target currency' => '#sylius_exchange_rate_targetCurrency', |
||
66 | 'ratio' => '#sylius_exchange_rate_ratio', |
||
67 | ]); |
||
68 | } |
||
69 | } |
||
70 |