| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class LiveContentController |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Used for the live reloading on content in the visual editor. We extract the HTML inside the |
||
| 13 | * live_element class and replace the existing DOM elements with the new ones |
||
| 14 | * |
||
| 15 | * @param Request $request |
||
| 16 | * @return string |
||
| 17 | * @throws \Exception |
||
| 18 | */ |
||
| 19 | public function show(Request $request): string |
||
| 30 |