Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
two_addresses_rollback.php File Reference

Go to the source code of this file.

Variables

 $registry = Bootstrap::getObjectManager()->get(Registry::class)
 
 $customer = Bootstrap::getObjectManager()->create(Customer::class)
 
 $throttler = Bootstrap::getObjectManager()->create(RequestThrottler::class)
 

Variable Documentation

◆ $customer

$customer = Bootstrap::getObjectManager()->create(Customer::class)

Definition at line 24 of file two_addresses_rollback.php.

◆ $registry

$registry = Bootstrap::getObjectManager()->get(Registry::class)

Definition at line 18 of file two_addresses_rollback.php.

◆ $throttler

$throttler = Bootstrap::getObjectManager()->create(RequestThrottler::class)

Definition at line 33 of file two_addresses_rollback.php.