| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | public function index( FunFunFactory $ffFactory ): string { |
||
| 12 | return $ffFactory->getLayoutTemplate( 'Contact_Form.html.twig' )->render( |
||
| 13 | [ |
||
| 14 | 'contact_categories' => $ffFactory->getGetInTouchCategories(), |
||
| 15 | 'contactFormValidationPatterns' => $ffFactory->getValidationRules()->contactForm, |
||
| 16 | ] |
||
| 20 |