Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-tax
Api
TaxClassRepositoryInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Tax\Api
;
9
15
interface
TaxClassRepositoryInterface
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
}
Magento\Tax\Api\Data\TaxClassInterface
Definition:
TaxClassInterface.php:15
Magento\Tax\Api\TaxClassRepositoryInterface\deleteById
deleteById($taxClassId)
Magento\Tax\Api
Definition:
TaxClassRepositoryTest.php:7
$searchCriteria
$searchCriteria
Definition:
order_rollback.php:16
Magento\Tax\Api\TaxClassRepositoryInterface\save
save(\Magento\Tax\Api\Data\TaxClassInterface $taxClass)
Magento\Tax\Api\TaxClassRepositoryInterface
Definition:
TaxClassRepositoryInterface.php:15
Magento
Magento\Tax\Api\TaxClassRepositoryInterface\getList
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)