ValidatorInterface
Magento\InventoryImportExport\Model\Import\Validator\ValidatorInterface
What it does
This interface defines a contract for validators that check imported inventory data rows during the import process.
Developers implement this interface to create custom validation rules for inventory import operations, ensuring data integrity before inventory records are saved.
It's used as an extension point to add business-specific validation logic to the inventory import flow.
Public Methods
- validate()