Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class LsfForm extends \Riclep\Storyblok\Block |
||
6 | { |
||
7 | /** |
||
8 | * Returns all the validation rules for the fields in this Form |
||
9 | * |
||
10 | * @return array |
||
11 | */ |
||
12 | public function validationRules(): array |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Returns all the error messages for the fields in this Form |
||
25 | * |
||
26 | * @return array |
||
27 | */ |
||
28 | public function errorMessages(): array |
||
37 | } |
||
38 | } |