File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 20
20
*
21
21
* @template T of object
22
22
*
23
+ * TODO Remove next lines for Symfony UX 3
24
+ *
23
25
* @method array getAttributes(object $entity) Returns extra attributes to add to the autocomplete result.
24
26
* @method mixed getGroupBy() Return group_by option.
25
27
*/
@@ -55,6 +57,8 @@ public function getValue(object $entity): mixed;
55
57
56
58
/**
57
59
* Returns extra attributes to add to the autocomplete result.
60
+ *
61
+ * TODO Uncomment for Symfony UX 3
58
62
*/
59
63
/* public function getAttributes(object $entity): array; */
60
64
@@ -67,6 +71,8 @@ public function isGranted(Security $security): bool;
67
71
68
72
/*
69
73
* Return group_by option.
74
+ *
75
+ * TODO Uncomment for Symfony UX 3
70
76
*/
71
77
/* public function getGroupBy(): mixed; */
72
78
}
You can’t perform that action at this time.
0 commit comments