Home
last modified time | relevance | path

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

/webtrees/app/Contracts/
H A DImageFactoryInterface.php72 public function thumbnailNeedsWatermark(MediaFile $media_file, UserInterface $user): bool; function
/webtrees/app/
H A DMediaFile.php251 'mark' => Registry::imageFactory()->thumbnailNeedsWatermark($this, Auth::user())
/webtrees/app/Factories/
H A DImageFactory.php243 public function thumbnailNeedsWatermark(MediaFile $media_file, UserInterface $user): bool function in Fisharebest\\Webtrees\\Factories\\ImageFactory