| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | public function getFunctions(): array |
||
| 25 | { |
||
| 26 | return [ |
||
| 27 | new TwigFunction('gewebe_calculate_deposit', [$this->productVariantsDepositHelper, 'getDeposit']), |
||
| 28 | new TwigFunction('gewebe_product_variant_deposit', [$this->productVariantsDepositHelper, 'getDepositsByProduct']), |
||
| 29 | new TwigFunction('gewebe_order_item_deposit', [$this->productVariantsDepositHelper, 'getDepositByOrderItem']), |
||
| 30 | ]; |
||
| 33 |