| 1 | <?php |
||
| 11 | class ListResponder implements ResponderInterface |
||
| 12 | { |
||
| 13 | use ResponderTrait; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * ListResponder constructor. |
||
| 17 | * |
||
| 18 | * @param Twig_Environment $twig |
||
| 19 | */ |
||
| 20 | public function __construct(Twig_Environment $twig) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param ActionConfiguration $configuration |
||
| 27 | * @param AdminInterface $admin |
||
| 28 | * @param FormInterface $form |
||
| 29 | * @param FormInterface $filterForm |
||
| 30 | * |
||
| 31 | * @return Response |
||
| 32 | * |
||
| 33 | */ |
||
| 34 | public function respond( |
||
| 51 | } |
||
| 52 |