Search code examples
symfonytwigsonata-admin

Sonata Media Bundle : acces media url


I am using sonata media bundle.

and I was wondering how can I access the media url in twig.
I just want the url, I do not need to show the media.

Any suggestions?


Solution

  • You have to use the path media helper:

    {% path media, 'small' %}
    

    In the above code, media is an instance of the media entity, and small is the chosen format.

    http://sonata-project.org/bundles/media/master/doc/reference/helpers.html#twig-usage