コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
 {
     return $this->groupRepository->getList($searchCriteria);
 }