| 1 | <?php |
||
| 22 | class AuthorMediaController extends AbstractMediaController |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @Route("/author/media/{mediaId}.{extension}", methods={"GET"}, options={"expose"=true}, requirements={"mediaId"=".+"}, name="swp_author_media_get") |
||
| 26 | */ |
||
| 27 | public function getAction(string $mediaId, string $extension): Response |
||
| 31 | } |
||
| 32 |