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

getInfo() public method

Allows you to retrieve information about the required product tag.
public getInfo ( string $tagId, string $store = null ) : Smalot\Magento\ActionInterface
$tagId string
$store string
return Smalot\Magento\ActionInterface
    public function getInfo($tagId, $store = null)
    {
        return $this->__createAction('product_tag.info', func_get_args());
    }