Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TaxRuleRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Tax\Api;
8 
15 {
22  public function get($ruleId);
23 
32  public function save(\Magento\Tax\Api\Data\TaxRuleInterface $rule);
33 
42  public function delete(\Magento\Tax\Api\Data\TaxRuleInterface $rule);
43 
52  public function deleteById($ruleId);
53 
65  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
66 }
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$searchCriteria
save(\Magento\Tax\Api\Data\TaxRuleInterface $rule)