mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-15 01:39:42 +00:00
ae26f72057588ba8f7ac761e61eb68ea9d07b7f7
ThirdParty Module
This module add third parties to chill.
Those parties are elements which can be handled in other entities: people, contacts, etc.
Each third party is associated to multiple types, which can help to filter parties in element form. Exemple: do not show list of an hospital where you should display only doctors.
How to add a third party type
Create a service which implements Chill\ThirdPartyBundle\ThirdPartyType\ThirdPartyProviderInterface
and tag it with: chill_3party.provider
:
services:
Cire\CireBundle\ThirdPartyType\NotarisType:
tags:
- { name: chill_3party.provider }
Languages
PHP
77.8%
Twig
10.1%
Vue
7.3%
JavaScript
2.9%
TypeScript
1.1%
Other
0.8%