Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ProductAttributeGroupRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Catalog\Api;
8 
14 {
21  public function save(\Magento\Eav\Api\Data\AttributeGroupInterface $group);
22 
30  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
31 
38  public function get($groupId);
39 
47 
54  public function deleteById($groupId);
55 }
$group
Definition: sections.phtml:16
$searchCriteria
save(\Magento\Eav\Api\Data\AttributeGroupInterface $group)
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)