Sulu\Bundle\MediaBundle\Media\FormatManager\FormatManagerInterface::returnImage PHP Method

returnImage() public method

Return the image by a given url.
public returnImage ( integer $id, string $formatName ) : Response
$id integer
$formatName string
return Symfony\Component\HttpFoundation\Response
    public function returnImage($id, $formatName);