Skip to content

Commit

Permalink
defined FilterTypeExtension as a service
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric G committed Jun 6, 2013
1 parent b172a31 commit f97a0c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/config/form_types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,10 @@
<service id="lexik_form_filter.type.filter_date_range" class="Lexik\Bundle\FormFilterBundle\Filter\Extension\Type\DateRangeFilterType">
<tag name="form.type" alias="filter_date_range" />
</service>

<!-- Type extension -->
<service id="lexik_form_filter.type_extension.filter_extension" class="Lexik\Bundle\FormFilterBundle\Filter\Extension\FilterTypeExtension">
<tag name="form.type_extension" alias="form"></tag>
</service>
</services>
</container>

0 comments on commit f97a0c5

Please sign in to comment.