EnvProductImageFileStorageSettings

Implements \ProductImagePathsSettingsInterface

Class EnvProductImageFileStorageSettings

category

System

package

Product

subpackage

Entities

codeCoverageIgnore

Methods

Get Product Gallery Images Dir Path

getProductGalleryImagesDirPath() : string

Returns a string to the gallery_images folder.

Throws
\UnknownEnvironmentException

if the gallery_images folder was not found.

Response

string

The path to the gallery_images folder.

Get Product Info Images Dir Path

getProductInfoImagesDirPath() : string

Returns a string to the info_images folder.

Throws
\UnknownEnvironmentException

if the info_images folder was not found.

Response

string

The path to the info_images folder.

Get Product Original Images Dir Path

getProductOriginalImagesDirPath() : string

Returns a string to the original_images folder.

Throws
\UnknownEnvironmentException

if the original_images folder was not found.

Response

string

The path to the original_images folder.

Get Product Popup Images Dir Path

getProductPopupImagesDirPath() : string

Returns a string to the popup_images folder.

Throws
\UnknownEnvironmentException

if the popup_images folder was not found.

Response

string

The path to the popup_images folder.

Get Product Thumbnail Images Dir Path

getProductThumbnailImagesDirPath() : string

Returns a string to the thumbnail_images folder.

Throws
\UnknownEnvironmentException

if the thumbnail_images folder was not found.

Response

string

The path to the thumbnail_images folder.