Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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) | |
$billingAddress = $objectManager->create(\Magento\Quote\Model\Quote\Address::class) |
Definition at line 45 of file quote_express_with_customer.php.
$billingAddressDataObject = $customerBillingAddress->getDataModel() |
Definition at line 44 of file quote_express_with_customer.php.
$customer = $customerRepository->getById(1) |
Definition at line 21 of file quote_express_with_customer.php.
$customerBillingAddress = $objectManager->create(\Magento\Customer\Model\Address::class) |
Definition at line 42 of file quote_express_with_customer.php.
$customerRepository = $objectManager->create(\Magento\Customer\Api\CustomerRepositoryInterface::class) |
Definition at line 20 of file quote_express_with_customer.php.
$customerShippingAddress = $objectManager->create(\Magento\Customer\Model\Address::class) |
Definition at line 50 of file quote_express_with_customer.php.
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager() |
Definition at line 11 of file quote_express_with_customer.php.
$product = $objectManager->create(\Magento\Catalog\Model\Product::class) |
Definition at line 24 of file quote_express_with_customer.php.
$quote = $objectManager->create(\Magento\Quote\Model\Quote::class) |
Definition at line 61 of file quote_express_with_customer.php.
$quoteRepository = $objectManager->create(\Magento\Quote\Api\CartRepositoryInterface::class) |
Definition at line 75 of file quote_express_with_customer.php.
$shippingAddress = $objectManager->create(\Magento\Quote\Model\Quote\Address::class) |
Definition at line 53 of file quote_express_with_customer.php.
$shippingAddressDataObject = $customerShippingAddress->getDataModel() |
Definition at line 52 of file quote_express_with_customer.php.