Home
last modified time | relevance | path

Searched refs:thumbnailResponse (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DAdminMediaFileThumbnail.php62 … return Registry::imageFactory()->thumbnailResponse($filesystem, $path, 120, 120, 'contain');
/webtrees/app/Contracts/
H A DImageFactoryInterface.php40 public function thumbnailResponse( function
/webtrees/app/Factories/
H A DImageFactory.php103 public function thumbnailResponse( function in Fisharebest\\Webtrees\\Factories\\ImageFactory