| 1 | <?php |
||
| 11 | class DeleteResponder extends AbstractResponder |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Display the delete form (to ensure not deleting entities just with an url call) and redirect to the list Action |
||
| 15 | * when the form is submitted. |
||
| 16 | * |
||
| 17 | * @param ActionConfiguration $configuration |
||
| 18 | * @param AdminInterface $admin |
||
| 19 | * @param FormInterface $form |
||
| 20 | * |
||
| 21 | * @return Response |
||
| 22 | */ |
||
| 23 | 2 | public function respond( |
|
| 44 | } |
||
| 45 |