Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ProductLinkRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Catalog\Api;
8 
15 {
23  public function getList(\Magento\Catalog\Api\Data\ProductInterface $product);
24 
33  public function save(\Magento\Catalog\Api\Data\ProductLinkInterface $entity);
34 
44 
53  public function deleteById($sku, $type, $linkedProductSku);
54 }
$type
Definition: item.phtml:13
$entity
Definition: element.phtml:22