Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
product_in_category.php
Go to the documentation of this file.
1 <?php
6 require __DIR__ . '/product.php';
7 
10  ->create(\Magento\Catalog\Api\CategoryLinkManagementInterface::class);
11 
12 $categoryLinkManagement->assignProductToCategories(
13  $product->getSku(),
14  [2]
15 );
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60
$categoryLinkManagement