Interface

ValidationConfigResolverInterface

Magento\ReCaptchaUi\Model\ValidationConfigResolverInterface

What it does

This interface defines a contract for retrieving reCAPTCHA validation configuration based on a functionality key (e.g., 'customer_login', 'contact_form').

Developers use this to get the appropriate reCAPTCHA validation settings for different areas of their Magento store, acting as a bridge between the UI layer and the validation API.

Implementations of this interface resolve which reCAPTCHA configuration should be applied for specific features.

Public Methods

  • get()