Log in
Interface

ValidationConfigProviderInterface

Magento\ReCaptchaUi\Model\ValidationConfigProviderInterface

What it does

This interface defines a contract for providing validation configuration for different reCAPTCHA types in Magento 2.

Developers implement this interface when adding support for new reCAPTCHA types (like v2, v3, invisible) to bridge the UI layer with the validation API.

Each implementation returns specific validation settings needed for its reCAPTCHA type.

Public Methods

  • get()