Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CategoryRepositoryInterface.php
Go to the documentation of this file.
1 <?php
8 namespace Magento\Catalog\Api;
9 
15 {
23  public function save(\Magento\Catalog\Api\Data\CategoryInterface $category);
24 
33  public function get($categoryId, $storeId = null);
34 
45 
55  public function deleteByIdentifier($categoryId);
56 }
save(\Magento\Catalog\Api\Data\CategoryInterface $category)