ValidationConfigResolver
Magento\ReCaptchaUi\Model\ValidationConfigResolver
What it does
This class resolves the appropriate reCAPTCHA validation configuration for a given form or area key.
Developers use it to retrieve validation settings that correspond to the specific type of reCAPTCHA (v2, v3, invisible) configured for a particular use case.
It acts as a bridge between the UI layer and the reCAPTCHA validation system by delegating to the appropriate configuration provider based on the captcha type.
Public Methods
- get()