| 1 | <?php |
||
| 16 | class WidgetCacheController extends Controller |
||
| 17 | { |
||
| 18 | use VictoireAlertifyControllerTrait; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Clear the widgetcache. |
||
| 22 | * |
||
| 23 | * @param Request $request |
||
| 24 | * |
||
| 25 | * @Route("/victoire-dcms-public/widget-cache/clear", name="victoire_core_widget_cache_clear") |
||
| 26 | * |
||
| 27 | * @throws Exception |
||
| 28 | * |
||
| 29 | * @return Response |
||
| 30 | */ |
||
| 31 | public function clearAction(Request $request) |
||
| 40 | } |
||
| 41 |