moving files into separate folders for better overview

This commit is contained in:
Julie Lenaerts 2022-08-03 15:15:52 +02:00
parent cf7cf664a9
commit cfd590442f
36 changed files with 66 additions and 68 deletions

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Aggregator; namespace Chill\PersonBundle\Export\Aggregator\PersonAggregators;
use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\AggregatorInterface;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Aggregator; namespace Chill\PersonBundle\Export\Aggregator\PersonAggregators;
use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\AggregatorInterface;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Aggregator; namespace Chill\PersonBundle\Export\Aggregator\PersonAggregators;
use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\AggregatorInterface;
use Chill\PersonBundle\Entity\Person; use Chill\PersonBundle\Entity\Person;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Aggregator; namespace Chill\PersonBundle\Export\Aggregator\PersonAggregators;
use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\AggregatorInterface;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Aggregator; namespace Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators;
use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\AggregatorInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Aggregator; namespace Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators;
use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\AggregatorInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Aggregator; namespace Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators;
use Chill\MainBundle\Export\AggregatorInterface; use Chill\MainBundle\Export\AggregatorInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\ChillDateType; use Chill\MainBundle\Form\Type\ChillDateType;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\ChillDateType; use Chill\MainBundle\Form\Type\ChillDateType;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\ChillDateType; use Chill\MainBundle\Form\Type\ChillDateType;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\ChillDateType; use Chill\MainBundle\Form\Type\ChillDateType;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\ChillDateType; use Chill\MainBundle\Form\Type\ChillDateType;

View File

@ -1,8 +1,7 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\ActivityBundle\Entity\Activity;
use Chill\ActivityBundle\Entity\ActivityType; use Chill\ActivityBundle\Entity\ActivityType;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Templating\TranslatableStringHelper; use Chill\MainBundle\Templating\TranslatableStringHelper;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Entity\Location; use Chill\MainBundle\Entity\Location;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Templating\TranslatableStringHelper; use Chill\MainBundle\Templating\TranslatableStringHelper;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\ChillDateType; use Chill\MainBundle\Form\Type\ChillDateType;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Templating\TranslatableStringHelper; use Chill\MainBundle\Templating\TranslatableStringHelper;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Templating\TranslatableStringHelper; use Chill\MainBundle\Templating\TranslatableStringHelper;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Templating\TranslatableStringHelper; use Chill\MainBundle\Templating\TranslatableStringHelper;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
@ -18,7 +18,6 @@ use Chill\PersonBundle\Export\Declarations;
use DateTime; use DateTime;
use Doctrine\ORM\Query\Expr; use Doctrine\ORM\Query\Expr;
use Doctrine\ORM\QueryBuilder; use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\Extension\Core\Type\DateType;
use Symfony\Component\Form\Extension\Core\Type\IntegerType; use Symfony\Component\Form\Extension\Core\Type\IntegerType;
use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\Validator\Context\ExecutionContextInterface; use Symfony\Component\Validator\Context\ExecutionContextInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\MainBundle\Form\Type\ChillDateType; use Chill\MainBundle\Form\Type\ChillDateType;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\PersonBundle\Entity\Household\HouseholdCompositionType; use Chill\PersonBundle\Entity\Household\HouseholdCompositionType;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Entity\Country; use Chill\MainBundle\Entity\Country;
use Chill\MainBundle\Export\ExportElementValidatedInterface; use Chill\MainBundle\Export\ExportElementValidatedInterface;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -9,7 +9,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Chill\PersonBundle\Export\Filter; namespace Chill\PersonBundle\Export\Filter\PersonFilters;
use Chill\MainBundle\Export\FilterInterface; use Chill\MainBundle\Export\FilterInterface;
use Chill\PersonBundle\Export\Declarations; use Chill\PersonBundle\Export\Declarations;

View File

@ -2,17 +2,17 @@ services:
## ##
chill.person.export.filter_accompanying_period: chill.person.export.filter_accompanying_period:
class: Chill\PersonBundle\Export\Filter\AccompanyingPeriodFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\AccompanyingPeriodFilter
tags: tags:
- { name: chill.export_filter, alias: person_accc_period_filter } - { name: chill.export_filter, alias: person_accc_period_filter }
chill.person.export.filter_accompanying_period_opening: chill.person.export.filter_accompanying_period_opening:
class: Chill\PersonBundle\Export\Filter\AccompanyingPeriodOpeningFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\AccompanyingPeriodOpeningFilter
tags: tags:
- { name: chill.export_filter, alias: person_acc_pe_op_filter } - { name: chill.export_filter, alias: person_acc_pe_op_filter }
chill.person.export.filter_accompanying_period_closing: chill.person.export.filter_accompanying_period_closing:
class: Chill\PersonBundle\Export\Filter\AccompanyingPeriodClosingFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\AccompanyingPeriodClosingFilter
tags: tags:
- { name: chill.export_filter, alias: person_acc_pe_cl_filter } - { name: chill.export_filter, alias: person_acc_pe_cl_filter }
@ -47,21 +47,21 @@ services:
- { name: chill.export_filter, alias: accompanyingcourse_current_userjob_filter } - { name: chill.export_filter, alias: accompanyingcourse_current_userjob_filter }
chill.person.export.filter_socialissue: chill.person.export.filter_socialissue:
class: Chill\PersonBundle\Export\Filter\SocialIssueFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\SocialIssueFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_socialissue_filter } - { name: chill.export_filter, alias: accompanyingcourse_socialissue_filter }
chill.person.export.filter_step: chill.person.export.filter_step:
class: Chill\PersonBundle\Export\Filter\StepFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\StepFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_step_filter } - { name: chill.export_filter, alias: accompanyingcourse_step_filter }
chill.person.export.filter_socialaction: chill.person.export.filter_socialaction:
class: Chill\PersonBundle\Export\Filter\SocialActionFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\SocialActionFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
@ -75,63 +75,63 @@ services:
- { name: chill.export_filter, alias: accompanyingcourse_evaluation_filter } - { name: chill.export_filter, alias: accompanyingcourse_evaluation_filter }
chill.person.export.filter_activitytype: chill.person.export.filter_activitytype:
class: Chill\PersonBundle\Export\Filter\ActivityTypeFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\ActivityTypeFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_activitytype_filter } - { name: chill.export_filter, alias: accompanyingcourse_activitytype_filter }
chill.person.export.filter_origin: chill.person.export.filter_origin:
class: Chill\PersonBundle\Export\Filter\OriginFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\OriginFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_origin_filter } - { name: chill.export_filter, alias: accompanyingcourse_origin_filter }
chill.person.export.filter_closingmotive: chill.person.export.filter_closingmotive:
class: Chill\PersonBundle\Export\Filter\ClosingMotiveFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\ClosingMotiveFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_closingmotive_filter } - { name: chill.export_filter, alias: accompanyingcourse_closingmotive_filter }
chill.person.export.filter_administrative_location: chill.person.export.filter_administrative_location:
class: Chill\PersonBundle\Export\Filter\AdministrativeLocationFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\AdministrativeLocationFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_administrative_location_filter } - { name: chill.export_filter, alias: accompanyingcourse_administrative_location_filter }
chill.person.export.filter_confidential: chill.person.export.filter_confidential:
class: Chill\PersonBundle\Export\Filter\ConfidentialFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\ConfidentialFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_confidential_filter } - { name: chill.export_filter, alias: accompanyingcourse_confidential_filter }
chill.person.export.filter_emergency: chill.person.export.filter_emergency:
class: Chill\PersonBundle\Export\Filter\EmergencyFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\EmergencyFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_emergency_filter } - { name: chill.export_filter, alias: accompanyingcourse_emergency_filter }
chill.person.export.filter_intensity: chill.person.export.filter_intensity:
class: Chill\PersonBundle\Export\Filter\IntensityFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\IntensityFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_intensity_filter } - { name: chill.export_filter, alias: accompanyingcourse_intensity_filter }
chill.person.export.filter_activeondate: chill.person.export.filter_activeondate:
class: Chill\PersonBundle\Export\Filter\ActiveOnDateFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\ActiveOnDateFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: accompanyingcourse_activeondate_filter } - { name: chill.export_filter, alias: accompanyingcourse_activeondate_filter }
chill.person.export.filter_activeonedaybetweendates: chill.person.export.filter_activeonedaybetweendates:
class: Chill\PersonBundle\Export\Filter\ActiveOneDayBetweenDatesFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\ActiveOneDayBetweenDatesFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
@ -145,7 +145,7 @@ services:
- { name: chill.export_filter, alias: accompanyingcourse_referrer_filter } - { name: chill.export_filter, alias: accompanyingcourse_referrer_filter }
chill.person.export.filter_openbetweendates: chill.person.export.filter_openbetweendates:
class: Chill\PersonBundle\Export\Filter\OpenBetweenDatesFilter class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\OpenBetweenDatesFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:

View File

@ -26,57 +26,57 @@ services:
# FILTERS # FILTERS
chill.person.export.filter_gender: chill.person.export.filter_gender:
class: Chill\PersonBundle\Export\Filter\GenderFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\GenderFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: person_gender_filter } - { name: chill.export_filter, alias: person_gender_filter }
chill.person.export.filter_age: chill.person.export.filter_age:
class: Chill\PersonBundle\Export\Filter\AgeFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\AgeFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: person_age_filter } - { name: chill.export_filter, alias: person_age_filter }
chill.person.export.filter_birthdate: chill.person.export.filter_birthdate:
class: Chill\PersonBundle\Export\Filter\BirthdateFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\BirthdateFilter
tags: tags:
- { name: chill.export_filter, alias: person_birthdate_filter } - { name: chill.export_filter, alias: person_birthdate_filter }
chill.person.export.filter_deathdate: chill.person.export.filter_deathdate:
class: Chill\PersonBundle\Export\Filter\DeathdateFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\DeathdateFilter
tags: tags:
- { name: chill.export_filter, alias: person_deathdate_filter } - { name: chill.export_filter, alias: person_deathdate_filter }
chill.person.export.filter_dead_or_alive: chill.person.export.filter_dead_or_alive:
class: Chill\PersonBundle\Export\Filter\DeadOrAliveFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\DeadOrAliveFilter
tags: tags:
- { name: chill.export_filter, alias: person_dead_or_alive_filter } - { name: chill.export_filter, alias: person_dead_or_alive_filter }
chill.person.export.filter_nationality: chill.person.export.filter_nationality:
class: Chill\PersonBundle\Export\Filter\NationalityFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\NationalityFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: person_nationality_filter } - { name: chill.export_filter, alias: person_nationality_filter }
chill.person.export.filter_residential_address_at_user: chill.person.export.filter_residential_address_at_user:
class: Chill\PersonBundle\Export\Filter\ResidentialAddressAtUserFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\ResidentialAddressAtUserFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: person_residential_address_at_user_filter } - { name: chill.export_filter, alias: person_residential_address_at_user_filter }
chill.person.export.filter_entrusted_child: chill.person.export.filter_entrusted_child:
class: Chill\PersonBundle\Export\Filter\EntrustedChildFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\EntrustedChildFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_filter, alias: person_entrusted_child_filter } - { name: chill.export_filter, alias: person_entrusted_child_filter }
chill.person.export.filter_nomadic: chill.person.export.filter_nomadic:
class: Chill\PersonBundle\Export\Filter\NomadicFilter class: Chill\PersonBundle\Export\Filter\PersonFilters\NomadicFilter
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
@ -84,28 +84,28 @@ services:
# AGGREGATORS # AGGREGATORS
chill.person.export.aggregator_nationality: chill.person.export.aggregator_nationality:
class: Chill\PersonBundle\Export\Aggregator\NationalityAggregator class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\NationalityAggregator
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_aggregator, alias: person_nationality_aggregator } - { name: chill.export_aggregator, alias: person_nationality_aggregator }
chill.person.export.aggregator_country_of_birth: chill.person.export.aggregator_country_of_birth:
class: Chill\PersonBundle\Export\Aggregator\CountryOfBirthAggregator class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\CountryOfBirthAggregator
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_aggregator, alias: person_country_of_birth_aggregator } - { name: chill.export_aggregator, alias: person_country_of_birth_aggregator }
chill.person.export.aggregator_gender: chill.person.export.aggregator_gender:
class: Chill\PersonBundle\Export\Aggregator\GenderAggregator class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\GenderAggregator
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_aggregator, alias: person_gender_aggregator } - { name: chill.export_aggregator, alias: person_gender_aggregator }
chill.person.export.aggregator_age: chill.person.export.aggregator_age:
class: Chill\PersonBundle\Export\Aggregator\AgeAggregator class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\AgeAggregator
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:

View File

@ -59,21 +59,21 @@ services:
- { name: chill.export_aggregator, alias: social_work_actions_scope_aggregator } - { name: chill.export_aggregator, alias: social_work_actions_scope_aggregator }
chill.person.export.aggregator_action_type: chill.person.export.aggregator_action_type:
class: Chill\PersonBundle\Export\Aggregator\ActionTypeAggregator class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ActionTypeAggregator
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_aggregator, alias: social_work_actions_action_type_aggregator } - { name: chill.export_aggregator, alias: social_work_actions_action_type_aggregator }
chill.person.export.aggregator_goal: chill.person.export.aggregator_goal:
class: Chill\PersonBundle\Export\Aggregator\GoalAggregator class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\GoalAggregator
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags:
- { name: chill.export_aggregator, alias: social_work_actions_goal_aggregator } - { name: chill.export_aggregator, alias: social_work_actions_goal_aggregator }
chill.person.export.aggregator_result: chill.person.export.aggregator_result:
class: Chill\PersonBundle\Export\Aggregator\ResultAggregator class: Chill\PersonBundle\Export\Aggregator\SocialWorkAggregators\ResultAggregator
autowire: true autowire: true
autoconfigure: true autoconfigure: true
tags: tags: