Created
August 14, 2014 14:20
-
-
Save OneWeb/280cfa9613b20202f74b to your computer and use it in GitHub Desktop.
Get Sonata Media Url in Controller
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$webdir = $this->get('kernel')->getRootDir() . '/../web' . $this->getRequest()->getBasePath(); | |
$fullimgpath = $webdir . $this->container->get('sonata.media.twig.extension')->path($report->getImage(), 'reference'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment