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

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',]]
 

Variable Documentation

◆ return

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.