Log in
Model

Pool

Magento\SalesRule\Model\Validator\Pool

What it does

This class serves as a registry for custom validators that need to run before sales rules are applied to cart items.

Developers use this class to retrieve specific types of validators that have been registered via dependency injection, allowing for extensibility in the sales rule validation process.

Public Methods

  • getValidators()