File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2020 *
2121 * @template T of object
2222 *
23+ * TODO Remove next lines for Symfony UX 3
2324 * @method array getAttributes(object $entity) Returns extra attributes to add to the autocomplete result.
2425 * @method mixed getGroupBy() Return group_by option.
2526 */
@@ -55,6 +56,8 @@ public function getValue(object $entity): mixed;
5556
5657 /**
5758 * Returns extra attributes to add to the autocomplete result.
59+ *
60+ * TODO Uncomment for Symfony UX 3
5861 */
5962 /* public function getAttributes(object $entity): array; */
6063
@@ -67,6 +70,8 @@ public function isGranted(Security $security): bool;
6770
6871 /*
6972 * Return group_by option.
73+ *
74+ * TODO Uncomment for Symfony UX 3
7075 */
7176 /* public function getGroupBy(): mixed; */
7277}
You can’t perform that action at this time.
0 commit comments