Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$objectManager = Bootstrap::getObjectManager() | |
$salesRule = $objectManager->create(Rule::class) | |
$coupon = $objectManager->create(Coupon::class) | |
$couponRepository = $objectManager->get(CouponRepositoryInterface::class) | |
$coupon = $objectManager->create(Coupon::class) |
Definition at line 38 of file coupon_code_with_wildcard.php.
$couponRepository = $objectManager->get(CouponRepositoryInterface::class) |
Definition at line 44 of file coupon_code_with_wildcard.php.
$objectManager = Bootstrap::getObjectManager() |
Definition at line 15 of file coupon_code_with_wildcard.php.
$salesRule = $objectManager->create(Rule::class) |
Definition at line 18 of file coupon_code_with_wildcard.php.