mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
moving files into separate folders for better overview
This commit is contained in:
parent
95006b9643
commit
faef81a90b
@ -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\Entity\User;
|
use Chill\MainBundle\Entity\User;
|
||||||
use Chill\MainBundle\Entity\UserJob;
|
use Chill\MainBundle\Entity\UserJob;
|
@ -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\CustomFieldsBundle\Form\Type\ChoicesType;
|
use Chill\CustomFieldsBundle\Form\Type\ChoicesType;
|
||||||
use Chill\MainBundle\Entity\Scope;
|
use Chill\MainBundle\Entity\Scope;
|
@ -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;
|
@ -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;
|
@ -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;
|
@ -17,14 +17,14 @@ services:
|
|||||||
|
|
||||||
## Filters
|
## Filters
|
||||||
chill.person.export.filter_current_userscope:
|
chill.person.export.filter_current_userscope:
|
||||||
class: Chill\PersonBundle\Export\Filter\CurrentUserScopeFilter
|
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\CurrentUserScopeFilter
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
- { name: chill.export_filter, alias: accompanyingcourse_current_userscope_filter }
|
- { name: chill.export_filter, alias: accompanyingcourse_current_userscope_filter }
|
||||||
|
|
||||||
chill.person.export.filter_current_userjob:
|
chill.person.export.filter_current_userjob:
|
||||||
class: Chill\PersonBundle\Export\Filter\CurrentUserJobFilter
|
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\CurrentUserJobFilter
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
@ -45,7 +45,7 @@ services:
|
|||||||
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
|
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
|
||||||
|
|
||||||
chill.person.export.filter_geographicalunitstat:
|
chill.person.export.filter_geographicalunitstat:
|
||||||
class: Chill\PersonBundle\Export\Filter\GeographicalUnitStatFilter
|
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\GeographicalUnitStatFilter
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
@ -59,7 +59,7 @@ services:
|
|||||||
- { name: chill.export_filter, alias: accompanyingcourse_socialaction_filter }
|
- { name: chill.export_filter, alias: accompanyingcourse_socialaction_filter }
|
||||||
|
|
||||||
chill.person.export.filter_evaluation:
|
chill.person.export.filter_evaluation:
|
||||||
class: Chill\PersonBundle\Export\Filter\EvaluationFilter
|
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\EvaluationFilter
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
@ -94,7 +94,7 @@ services:
|
|||||||
- { name: chill.export_filter, alias: accompanyingcourse_administrative_location_filter }
|
- { name: chill.export_filter, alias: accompanyingcourse_administrative_location_filter }
|
||||||
|
|
||||||
chill.person.export.filter_requestor:
|
chill.person.export.filter_requestor:
|
||||||
class: Chill\PersonBundle\Export\Filter\RequestorFilter
|
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\RequestorFilter
|
||||||
autowire: true
|
autowire: true
|
||||||
autoconfigure: true
|
autoconfigure: true
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user