| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | trait CompositeSelectionFieldTrait |
||
| 8 | { |
||
| 9 | use SelectionFieldTrait; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @var CompositeFieldSelectionProviderInterface |
||
| 13 | */ |
||
| 14 | protected $selectionProvider; |
||
| 15 | |||
| 16 | protected function defineSelectionLabel($selection): string |
||
| 19 | } |
||
| 20 | |||
| 21 | protected function defineSelectionId($selection): string |
||
| 26 |