SensioFrameworkExtraBundle
SensioFrameworkExtraBundle copied to clipboard
Allow to filter entites
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}})