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

getList() public method

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