Log in
Model

Placeholder

Magento\Catalog\Model\View\Asset\Placeholder

What it does

This class manages placeholder images for product media in Magento 2.

Developers use it when product images are missing or not yet uploaded, providing fallback images that can be configured through admin settings or use default system placeholders.

It handles retrieving placeholder image URLs, file paths, and content for different image types (thumbnail, small_image, base_image, etc.).

Public Methods

  • getUrl()
  • getContentType()
  • getPath()
  • getRelativePath()
  • getSourceFile()
  • getSourceContentType()
  • getContent()
  • getFilePath()
  • getContext()
  • getModule()