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 2020 *
2121 * @template T of object
2222 *
23+ * TODO Remove next lines for Symfony UX 3
24+ *
2325 * @method array getAttributes(object $entity) Returns extra attributes to add to the autocomplete result.
2426 * @method mixed getGroupBy() Return group_by option.
2527 */
@@ -55,6 +57,8 @@ public function getValue(object $entity): mixed;
5557
5658 /**
5759 * Returns extra attributes to add to the autocomplete result.
60+ *
61+ * TODO Uncomment for Symfony UX 3
5862 */
5963 /* public function getAttributes(object $entity): array; */
6064
@@ -67,6 +71,8 @@ public function isGranted(Security $security): bool;
6771
6872 /*
6973 * Return group_by option.
74+ *
75+ * TODO Uncomment for Symfony UX 3
7076 */
7177 /* public function getGroupBy(): mixed; */
7278}
You can’t perform that action at this time.
0 commit comments