Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
isPasswordAutocompleteOff () | |
createAccount () | |
loginCustomer (Customer $customer) | |
Authentication popup block.
Definition at line 14 of file AuthenticationPopup.php.
createAccount | ( | ) |
Click 'Create an Account' button.
Definition at line 59 of file AuthenticationPopup.php.
isPasswordAutocompleteOff | ( | ) |
Checks if password field autocomplete is off.
Definition at line 49 of file AuthenticationPopup.php.
loginCustomer | ( | Customer | $customer | ) |
Login customer on authentication popup.
Customer | $customer |
Definition at line 70 of file AuthenticationPopup.php.