We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215f87c commit 66fa867Copy full SHA for 66fa867
src/Autocomplete/src/EntityAutocompleterInterface.php
@@ -20,6 +20,7 @@
20
*
21
* @template T of object
22
23
+ * TODO Remove next lines for Symfony UX 3
24
* @method array getAttributes(object $entity) Returns extra attributes to add to the autocomplete result.
25
* @method mixed getGroupBy() Return group_by option.
26
*/
@@ -55,6 +56,8 @@ public function getValue(object $entity): mixed;
55
56
57
/**
58
* Returns extra attributes to add to the autocomplete result.
59
+ *
60
+ * TODO Uncomment for Symfony UX 3
61
62
/* public function getAttributes(object $entity): array; */
63
@@ -67,6 +70,8 @@ public function isGranted(Security $security): bool;
67
70
68
71
/*
69
72
* Return group_by option.
73
74
75
76
/* public function getGroupBy(): mixed; */
77
}
0 commit comments