Smalot\Magento\Catalog\ProductTag::getList PHP Method

getList() public method

Allows you to retrieve the list of tags for a specific product.
public getList ( string $productId, string $store = null ) : Smalot\Magento\ActionInterface
$productId string
$store string
return Smalot\Magento\ActionInterface
    public function getList($productId, $store = null)
    {
        return $this->__createAction('product_tag.list', func_get_args());
    }