Skip to content

Commit

Permalink
docs: fix priority of api_platform.doctrine.orm.query_extension.eager…
Browse files Browse the repository at this point in the history
…_loading (collection) (#1809)

Since https://github.com/api-platform/core/pull/3525/files the priority of api_platform.doctrine.orm.query_extension.eager_loading (collection) is -18.
  • Loading branch information
MariusJam authored Oct 16, 2023
1 parent 8a00fdb commit 03c7614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ Note that your extensions should have a positive priority if defined. Internal e

| Service name | Priority | Class |
|------------------------------------------------------------|------|---------------------------------------------------------|
| `api_platform.doctrine.orm.query_extension.eager_loading` (collection) | -8 | ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension |
| `api_platform.doctrine.orm.query_extension.eager_loading` (item) | -8 | ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension |
| `api_platform.doctrine.orm.query_extension.filter` | -16 | ApiPlatform\Doctrine\Orm\Extension\FilterExtension |
| `api_platform.doctrine.orm.query_extension.filter_eager_loading` | -17 | ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension |
| `api_platform.doctrine.orm.query_extension.eager_loading` (collection) | -18 | ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension |
| `api_platform.doctrine.orm.query_extension.order` | -32 | ApiPlatform\Doctrine\Orm\Extension\OrderExtension |
| `api_platform.doctrine.orm.query_extension.pagination` | -64 | ApiPlatform\Doctrine\Orm\Extension\PaginationExtension |

Expand Down

0 comments on commit 03c7614

Please sign in to comment.