mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-20 17:24:25 +00:00
21 lines
657 B
YAML
21 lines
657 B
YAML
parameters:
|
|
# cl_chill_person.example.class: Chill\PersonBundle\Example
|
|
|
|
services:
|
|
chill.person.accompanying_period_closing_motive:
|
|
class: Chill\PersonBundle\Form\Type\ClosingMotiveType
|
|
scope: request
|
|
arguments:
|
|
- "@request"
|
|
tags:
|
|
- { name: form.type, alias: closing_motive }
|
|
|
|
chill.person.search_person:
|
|
class: Chill\PersonBundle\Search\PersonSearch
|
|
arguments:
|
|
- "@doctrine.orm.entity_manager"
|
|
calls:
|
|
- ['setContainer', ["@service_container"]]
|
|
tags:
|
|
- { name: chill.search, alias: 'person_regular' }
|