Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SynonymGroupRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Search\Api;
7 
13 {
22  public function save(\Magento\Search\Api\Data\SynonymGroupInterface $synonymGroup, $errorOnMergeConflict = false);
23 
31  public function delete(\Magento\Search\Api\Data\SynonymGroupInterface $synonymGroup);
32 
40  public function get($synonymGroupId);
41 }
save(\Magento\Search\Api\Data\SynonymGroupInterface $synonymGroup, $errorOnMergeConflict=false)