mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
27 lines
952 B
YAML
27 lines
952 B
YAML
parameters:
|
|
# cl_chill_person.example.class: Chill\PersonBundle\Example
|
|
|
|
services:
|
|
Chill\DocStoreBundle\Form\DocumentCategoryType:
|
|
class: Chill\DocStoreBundle\Form\DocumentCategoryType
|
|
arguments: ['%kernel.bundles%']
|
|
tags:
|
|
- { name: form.type }
|
|
|
|
Chill\DocStoreBundle\Form\PersonDocumentType:
|
|
class: Chill\DocStoreBundle\Form\PersonDocumentType
|
|
arguments:
|
|
- "@chill.main.helper.translatable_string"
|
|
tags:
|
|
- { name: form.type, alias: chill_docstorebundle_form_document }
|
|
|
|
Chill\DocStoreBundle\Security\Authorization\PersonDocumentVoter:
|
|
class: Chill\DocStoreBundle\Security\Authorization\PersonDocumentVoter
|
|
arguments:
|
|
- "@security.access.decision_manager"
|
|
- "@chill.main.security.authorization.helper"
|
|
- "@logger"
|
|
tags:
|
|
- { name: security.voter }
|
|
- { name: chill.role }
|