Is it possible to get an image or gallery from Sonata Media Bundle by Id?
I know how to get an image or gallery which is related to an entity. But in this case I just want to get an image or gallery without an entity.
Something like:
$media = $mediaProvider->getMediaById(12);
or
$gallery = $mediaProvider->getGalleryById(2);
Does anyone know how to do this?
I found a solution!
In the controller get the gallery:
And in the twig template: