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