Helper
Download
Magento\Downloadable\Helper\Download
What it does
This helper class handles the downloading of digital product files in Magento's Downloadable module.
Developers use it to manage file output, retrieve file metadata (size, type, name), and securely serve downloadable content from either local files or remote URLs.
It provides essential functionality for delivering purchased downloadable products to customers.
Public Methods
- getFileSize()
- getContentType()
- getFilename()
- setResource()
- output()
- getContentDisposition()