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
TaxRuleRepositoryInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Tax\Api
;
8
14
interface
TaxRuleRepositoryInterface
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
}
Magento\Tax\Api\TaxRuleRepositoryInterface\deleteById
deleteById($ruleId)
$rule
$rule
Definition:
rule_by_attribute.php:10
Magento\Tax\Api\TaxRuleRepositoryInterface\getList
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
Magento\Tax\Api
Definition:
TaxClassRepositoryTest.php:7
$searchCriteria
$searchCriteria
Definition:
order_rollback.php:16
$ruleId
$ruleId
Definition:
catalog_rule_10_off_not_logged_rollback.php:17
Magento\Tax\Api\TaxRuleRepositoryInterface
Definition:
TaxRuleRepositoryInterface.php:14
Magento\Tax\Api\TaxRuleRepositoryInterface\save
save(\Magento\Tax\Api\Data\TaxRuleInterface $rule)
Magento
Magento\Tax\Api\Data\TaxRuleInterface
Definition:
TaxRuleInterface.php:16