Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return [['telephone'=> 3468676, 'postcode'=> 90230, 'country_id'=> 'US', 'city'=> 'Culver City', 'street'=> 'Green str, 67', 'lastname'=> 'Smith', 'firstname'=> 'John', 'region_id'=> 12,], ['telephone'=> 845454465, 'postcode'=> 10178, 'country_id'=> 'DE', 'city'=> 'Berlin', 'street'=> ['Tunnel Alexanderpl'], 'lastname'=> 'Smith', 'firstname'=> 'John',]] | |
return[ [ 'telephone'=> 3468676, 'postcode'=> 90230, 'country_id'=> 'US', 'city'=> 'Culver City', 'street'=> 'Green str, 67', 'lastname'=> 'Smith', 'firstname'=> 'John', 'region_id'=> 12,], [ 'telephone'=> 845454465, 'postcode'=> 10178, 'country_id'=> 'DE', 'city'=> 'Berlin', 'street'=> [ 'Tunnel Alexanderpl'], 'lastname'=> 'Smith', 'firstname'=> 'John',]] |
Definition at line 28 of file address_data.php.