mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
23 lines
722 B
YAML
23 lines
722 B
YAML
services:
|
|
chill_main.paginator_factory:
|
|
class: Chill\MainBundle\Pagination\PaginatorFactory
|
|
public: true
|
|
autowire: true
|
|
autoconfigure: true
|
|
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 }
|
|
|
|
chill_main.paginator.items_per_page.twig_extensions:
|
|
class: Chill\MainBundle\Pagination\ChillItemsPerPageTwig
|
|
tags:
|
|
- { name: twig.extension }
|