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

Go to the source code of this file.

Variables

if(empty($quote)) $addressList
 
 $objectManager = Bootstrap::getObjectManager()
 
 $methodCode = 'flatrate_flatrate'
 

Variable Documentation

◆ $addressList

if (empty( $quote)) $addressList
Initial value:
= [
[
'firstname' => 'Jonh',
'lastname' => 'Doe',
'telephone' => '0333-233-221',
'street' => ['Main Division 1'],
'city' => 'Culver City',
'region' => 'CA',
'postcode' => 90800,
'country_id' => 'US',
'email' => '[email protected]',
'address_type' => 'shipping',
],
[
'firstname' => 'Antoni',
'lastname' => 'Holmes',
'telephone' => '0333-233-221',
'street' => ['Second Division 2'],
'city' => 'Denver',
'region' => 'CO',
'postcode' => 80203,
'country_id' => 'US',
'email' => '[email protected]',
'address_type' => 'shipping'
]
]

Definition at line 21 of file shipping_address_list.php.

◆ $methodCode

$methodCode = 'flatrate_flatrate'

Definition at line 51 of file shipping_address_list.php.

◆ $objectManager

$objectManager = Bootstrap::getObjectManager()

Definition at line 49 of file shipping_address_list.php.