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

getTypes() public method

Allows you to retrieve the list of product link types.
public getTypes ( ) : Smalot\Magento\ActionInterface
return Smalot\Magento\ActionInterface
    public function getTypes()
    {
        return $this->__createAction('catalog_product_link.types', func_get_args());
    }