Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TaxClassRepositoryInterface.php
Go to the documentation of this file.
1 <?php
8 namespace Magento\Tax\Api;
9 
16 {
24  public function get($taxClassId);
25 
37  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
38 
47  public function save(\Magento\Tax\Api\Data\TaxClassInterface $taxClass);
48 
57  public function delete(\Magento\Tax\Api\Data\TaxClassInterface $taxClass);
58 
67  public function deleteById($taxClassId);
68 }
$searchCriteria
save(\Magento\Tax\Api\Data\TaxClassInterface $taxClass)
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)