Smalot\Magento\Catalog\ProductMedia::getInfo PHP Method

getInfo() public method

Allows you to retrieve information about the specified product image.
public getInfo ( string $productId, string $file, string $storeView = null, string $identifierType = null ) : Smalot\Magento\ActionInterface
$productId string
$file string
$storeView string
$identifierType string
return Smalot\Magento\ActionInterface
    public function getInfo($productId, $file, $storeView = null, $identifierType = null)
    {
        return $this->__createAction('catalog_product_attribute_media.info', func_get_args());
    }