/home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Image
NameSizeModeActions
Deleter/-0755rm
Exception/-0755rm
Parser/-0755rm
Uploader/-0755rm
AvifExtensionChecker.php28230644editdlrm
ImageFormatConfiguration.php41500644editdlrm
ImageFormatConfigurationInterface.php20150644editdlrm
ImageProviderInterface.php13780644editdlrm
ImageTypeRepository.php28940644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/src/Core/Image/ImageProviderInterface.php (1378B)
* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ namespace PrestaShop\PrestaShop\Core\Image; /** * Interface ThumbnailProviderInterface. */ interface ImageProviderInterface { /** * Get thumbnail image path. * * @param int $imageId * * @return string Path to thumbnail */ public function getPath($imageId); }