KnpLabs / knp-components

Various component pack, includes paginator
MIT License
745 stars 141 forks source link

Pass `ArgumentAccess` with the `knp_pager.items` event #343

Closed mpdude closed 1 week ago

mpdude commented 1 week ago

This makes it possible for knp_pager.items event subscribers to access the pagination parameters, without having to be wired up by a dedicated knp_pager.before handler.

mpdude commented 1 week ago

@garak thank you for your feedback! I've addressed the objections.