Log in
Interface

UiConfigProviderInterface

Magento\ReCaptchaUi\Model\UiConfigProviderInterface

What it does

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

Developers implement this interface to create custom configuration providers that supply frontend settings, validation rules, and display options for specific reCAPTCHA implementations (like v2, v3, or invisible).

It's used by the UiConfigResolver to aggregate and deliver the appropriate configuration to the frontend components.

Public Methods

  • get()