From 8c4a51cdc52502bb0119a9fbc7e3ca37e960b50d Mon Sep 17 00:00:00 2001 From: Priyadi Iman Nurcahyo <1102197+priyadi@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:43:01 +0700 Subject: [PATCH] feat: Paginators for Doctrine colletions --- core/pagination.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/pagination.md b/core/pagination.md index 027cc3b7b99..4f5936b164c 100644 --- a/core/pagination.md +++ b/core/pagination.md @@ -586,3 +586,6 @@ A few existing classes are provided to make it easier to paginate the results: * `ApiPlatform\State\Pagination\ArrayPaginator` * `ApiPlatform\State\Pagination\TraversablePaginator` +* `ApiPlatform\Doctrine\Common\CollectionPaginator` +* `ApiPlatform\Doctrine\Common\SelectablePaginator` +* `ApiPlatform\Doctrine\Common\SelectablePartialPaginator`