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

Go to the source code of this file.

Variables

 $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
 
 $customerRepository = $objectManager->create(\Magento\Customer\Api\CustomerRepositoryInterface::class)
 
 $customer = $customerRepository->getById(1)
 
 $product = $objectManager->create(\Magento\Catalog\Model\Product::class)
 
 $customerBillingAddress = $objectManager->create(\Magento\Customer\Model\Address::class)
 
 $billingAddressDataObject = $customerBillingAddress->getDataModel()
 
 $billingAddress = $objectManager->create(\Magento\Quote\Model\Quote\Address::class)
 
 $customerShippingAddress = $objectManager->create(\Magento\Customer\Model\Address::class)
 
 $shippingAddressDataObject = $customerShippingAddress->getDataModel()
 
 $shippingAddress = $objectManager->create(\Magento\Quote\Model\Quote\Address::class)
 
 $quote = $objectManager->create(\Magento\Quote\Model\Quote::class)
 
 $quoteRepository = $objectManager->create(\Magento\Quote\Api\CartRepositoryInterface::class)
 

Variable Documentation

◆ $billingAddress

$billingAddress = $objectManager->create(\Magento\Quote\Model\Quote\Address::class)

Definition at line 45 of file quote_express_with_customer.php.

◆ $billingAddressDataObject

$billingAddressDataObject = $customerBillingAddress->getDataModel()

Definition at line 44 of file quote_express_with_customer.php.

◆ $customer

$customer = $customerRepository->getById(1)

Definition at line 21 of file quote_express_with_customer.php.

◆ $customerBillingAddress

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

Definition at line 42 of file quote_express_with_customer.php.

◆ $customerRepository

$customerRepository = $objectManager->create(\Magento\Customer\Api\CustomerRepositoryInterface::class)

Definition at line 20 of file quote_express_with_customer.php.

◆ $customerShippingAddress

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

Definition at line 50 of file quote_express_with_customer.php.

◆ $objectManager

Definition at line 11 of file quote_express_with_customer.php.

◆ $product

$product = $objectManager->create(\Magento\Catalog\Model\Product::class)

Definition at line 24 of file quote_express_with_customer.php.

◆ $quote

$quote = $objectManager->create(\Magento\Quote\Model\Quote::class)

Definition at line 61 of file quote_express_with_customer.php.

◆ $quoteRepository

$quoteRepository = $objectManager->create(\Magento\Quote\Api\CartRepositoryInterface::class)

Definition at line 75 of file quote_express_with_customer.php.

◆ $shippingAddress

$shippingAddress = $objectManager->create(\Magento\Quote\Model\Quote\Address::class)

Definition at line 53 of file quote_express_with_customer.php.

◆ $shippingAddressDataObject

$shippingAddressDataObject = $customerShippingAddress->getDataModel()

Definition at line 52 of file quote_express_with_customer.php.