add a birthdate filter

This commit is contained in:
2017-01-13 21:36:06 +01:00
parent 136f78d4a9
commit cf3f23e6f2
5 changed files with 234 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ services:
tags:
- { name: chill.export_filter, alias: person_gender_filter }
chill.person.export.filter_birthdate:
class: Chill\PersonBundle\Export\Filter\BirthdateFilter
tags:
- { name: chill.export_filter, alias: person_birthdate_filter }
chill.person.export.filter_nationality:
class: Chill\PersonBundle\Export\Filter\NationalityFilter