symfony - Sonata Media Bundle : acces media url -


i using sonata media bundle.

and wondering how can access media url in twig.
want url, not need show media.

any suggestions?

you have use path media helper:

{% path media, 'small' %} 

in above code, media instance of media entity, , small chosen format.

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


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -