Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AttributeGroupRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Eav\Api;
8 
15 {
24  public function save(\Magento\Eav\Api\Data\AttributeGroupInterface $group);
25 
33  public function get($groupId);
34 
42  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
43 
52  public function deleteById($groupId);
53 
63 }
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$group
Definition: sections.phtml:16
$searchCriteria
save(\Magento\Eav\Api\Data\AttributeGroupInterface $group)