Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Data Fields | |
const | CURRENT_CUSTOMER_ID = 'current_customer_id' |
const | CURRENT_GROUP_ID = 'current_group_id' |
Declarations of core registry keys used by the Customer module
Definition at line 12 of file RegistryConstants.php.
const CURRENT_CUSTOMER_ID = 'current_customer_id' |
Registry key where current customer ID is stored
Definition at line 17 of file RegistryConstants.php.
const CURRENT_GROUP_ID = 'current_group_id' |
Registry key where current CustomerGroup ID is stored
Definition at line 22 of file RegistryConstants.php.