AdminCodeLimitManager
Magento\SalesRule\Model\Coupon\AdminCodeLimitManager
What it does
This class implements code limit management for coupon code validation in the Magento admin area.
Unlike frontend implementations, it intentionally performs no validation checks, allowing admin users to bypass coupon code usage limits when creating or modifying orders.
Developers would use this to ensure administrators have unrestricted access to apply coupon codes regardless of usage restrictions.
Public Methods
- checkRequest()