|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (ScopeConfigInterface $scopeConfig, Registry $registry) | |
| isConfirmationRequired ($websiteId, $customerId, $customerEmail) | |
Data Fields | |
| const | XML_PATH_IS_CONFIRM = 'customer/create_account/confirm' |
Class AccountConfirmation. Checks if email confirmation required for customer.
Definition at line 16 of file AccountConfirmation.php.
| __construct | ( | ScopeConfigInterface | $scopeConfig, |
| Registry | $registry | ||
| ) |
| ScopeConfigInterface | $scopeConfig | |
| Registry | $registry |
Definition at line 37 of file AccountConfirmation.php.
| isConfirmationRequired | ( | $websiteId, | |
| $customerId, | |||
| $customerEmail | |||
| ) |
Check if accounts confirmation is required.
| int | null | $websiteId | |
| int | null | $customerId | |
| string | $customerEmail |
Definition at line 53 of file AccountConfirmation.php.
| const XML_PATH_IS_CONFIRM = 'customer/create_account/confirm' |
Configuration path for email confirmation.
Definition at line 21 of file AccountConfirmation.php.