Sulu\Bundle\MediaBundle\Entity\MediaRepositoryInterface::findMediaByIdForRendering PHP 메소드

findMediaByIdForRendering() 공개 메소드

Finds the media with a given id, with just enough information to be able to render the actual media.
public findMediaByIdForRendering ( $id, $formatKey ) : Media
$id
$formatKey
리턴 Media
    public function findMediaByIdForRendering($id, $formatKey);