Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
failed_logins_frontend.php File Reference

Go to the source code of this file.

Variables

 $objectManager = Bootstrap::getObjectManager()
 
 $logFactory = $objectManager->get(LogFactory::class)
 
 $captchaLog = $logFactory->create()
 

Variable Documentation

◆ $captchaLog

$captchaLog = $logFactory->create()

Definition at line 16 of file failed_logins_frontend.php.

◆ $logFactory

$logFactory = $objectManager->get(LogFactory::class)

Definition at line 13 of file failed_logins_frontend.php.

◆ $objectManager

$objectManager = Bootstrap::getObjectManager()

Definition at line 12 of file failed_logins_frontend.php.