| 1 | <?php |
||
| 10 | class ListResponder extends AbstractResponder |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Display the template "list" with an optional filter form. |
||
| 14 | * |
||
| 15 | * @param ActionConfiguration $configuration |
||
| 16 | * @param AdminInterface $admin |
||
| 17 | * @param FormInterface $form |
||
| 18 | * @param FormInterface $filterForm |
||
| 19 | * |
||
| 20 | * @return Response |
||
| 21 | 1 | */ |
|
| 22 | public function respond( |
||
| 39 | } |
||
| 40 |