Log in
Factory

CaptchaFactory

Magento\Captcha\Model\CaptchaFactory

What it does

This factory class creates instances of CAPTCHA models based on the specified type (e.g., 'default', 'recaptcha').

Developers use this when they need to generate or validate CAPTCHA challenges for different forms throughout Magento, such as login, registration, or contact forms.

The factory ensures the created instance implements the proper CaptchaInterface.

Public Methods

  • create()