mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
14 lines
485 B
YAML
14 lines
485 B
YAML
services:
|
|
chill_main.paginator_factory:
|
|
class: Chill\MainBundle\Pagination\PaginatorFactory
|
|
arguments:
|
|
- "@request_stack"
|
|
- "@router"
|
|
- "%chill_main.pagination.item_per_page%"
|
|
Chill\MainBundle\Pagination\PaginatorFactory: '@chill_main.paginator_factory'
|
|
|
|
chill_main.paginator.twig_extensions:
|
|
class: Chill\MainBundle\Pagination\ChillPaginationTwig
|
|
tags:
|
|
- { name: twig.extension }
|