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

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $customerAddress = $objectManager->create(\Magento\Customer\Model\Address::class)
 
 $customerRegistry = $objectManager->get(\Magento\Customer\Model\CustomerRegistry::class)
 
 $addressRepository = $objectManager->get(\Magento\Customer\Api\AddressRepositoryInterface::class)
 
 $addressRegistry = $objectManager->get(\Magento\Customer\Model\AddressRegistry::class)
 

Variable Documentation

◆ $addressRegistry

$addressRegistry = $objectManager->get(\Magento\Customer\Model\AddressRegistry::class)

Definition at line 39 of file customer_address.php.

◆ $addressRepository

$addressRepository = $objectManager->get(\Magento\Customer\Api\AddressRepositoryInterface::class)

Definition at line 33 of file customer_address.php.

◆ $customerAddress

$customerAddress = $objectManager->create(\Magento\Customer\Model\Address::class)

Definition at line 10 of file customer_address.php.

◆ $customerRegistry

$customerRegistry = $objectManager->get(\Magento\Customer\Model\CustomerRegistry::class)

Definition at line 12 of file customer_address.php.

◆ $objectManager

Customer address fixture with entity_id = 1

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 8 of file customer_address.php.