Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
persistent.php
Go to the documentation of this file.
1 <?php
7 require __DIR__ . '/../../../Magento/Customer/_files/customer.php';
8 require __DIR__ . '/../../../Magento/Customer/_files/customer_address.php';
9 
12  \Magento\Persistent\Model\Session::class
13 );
14 $persistentSession->setCustomerId($customer->getId())->save();
$customer
Definition: customers.php:11
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60
$persistentSession
Definition: persistent.php:11