Definition at line 8 of file CustomerData.php.
◆ __construct()
CustomerData constructor.
- Parameters
-
\Magento\Persistent\Helper\Data | $persistentData | |
\Magento\Customer\Model\Session | $customerSession | |
\Magento\Persistent\Helper\Session | $persistentSession | |
Definition at line 38 of file CustomerData.php.
◆ aroundGetSectionData()
Reset quote reward point amount
- Parameters
-
\Magento\Customer\CustomerData\Customer | $subject | |
\Closure | $proceed | |
- Returns
- array @SuppressWarnings(PHPMD.UnusedFormalParameter)
unset customer first name
Definition at line 57 of file CustomerData.php.
62 if (!$this->customerSession->isLoggedIn()
63 && $this->persistentData->isEnabled()
64 && $this->persistentSession->isPersistent()
◆ $customerSession
◆ $persistentData
◆ $persistentSession
The documentation for this class was generated from the following file: