Total Complexity | 1 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | #[Attribute(Attribute::TARGET_PROPERTY)] |
||
24 | final class DatagridAssociationField extends DatagridField implements |
||
25 | AssociationFieldInterface |
||
26 | { |
||
27 | |||
28 | use AssociationFieldTrait; |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | * |
||
33 | * @param string|null $field Association field name. |
||
34 | */ |
||
35 | public function __construct( |
||
55 |