SensioFrameworkExtraBundle icon indicating copy to clipboard operation
SensioFrameworkExtraBundle copied to clipboard

Allow to filter entites

Open awers opened this issue 12 years ago • 0 comments

I've added "filter" option for DoctrineParamConverter. It allows you to filter entities by filed values for example:

@ParamConverter("academy", class="MyBundle:Academy", options={"filter": {"status"=1}})

awers avatar May 20 '13 10:05 awers