| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php namespace Distilleries\FormBuilder\Fields; |
||
| 10 | 2 | protected function getDefaults() |
|
| 11 | { |
||
| 12 | return [ |
||
| 13 | 2 | 'action' => '', |
|
| 14 | 'maximum_selection_size' => - 1, |
||
| 15 | 'multiple' => 'false', |
||
| 16 | 'minimumInputLength' => 2, |
||
| 17 | 'allowClear' => 'true', |
||
| 18 | 'formatter' => [ |
||
| 19 | 'id' => 'id', |
||
| 20 | 'libelle' => 'libelle', |
||
| 21 | ] |
||
| 24 | } |