Helper
Data
Magento\Captcha\Helper\Data
What it does
This helper class manages CAPTCHA functionality in Magento 2, providing access to CAPTCHA instances for different forms, configuration values, and file system paths for CAPTCHA images and fonts.
Developers use this class to retrieve CAPTCHA objects for validation, get CAPTCHA configuration settings, and access image/font directories when implementing CAPTCHA protection on custom forms.
Public Methods
- getCaptcha()
- getConfig()
- getFonts()
- getImgDir()
- getImgUrl()