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

Go to the source code of this file.

Variables

 $objManager = Bootstrap::getObjectManager()
 
 $store
 
 $quote = $objManager->create(CartInterface::class)
 
 $quoteRepository = $objManager->get(CartRepositoryInterface::class)
 
 $payment = $objManager->create(Payment::class)
 
 $order = $objManager->create(OrderInterface::class)
 
 $orderRepository = $objManager->get(OrderRepositoryInterface::class)
 

Variable Documentation

◆ $objManager

$objManager = Bootstrap::getObjectManager()

Definition at line 18 of file order_payflow_link.php.

◆ $order

$order = $objManager->create(OrderInterface::class)

Definition at line 43 of file order_payflow_link.php.

◆ $orderRepository

$orderRepository = $objManager->get(OrderRepositoryInterface::class)

Definition at line 52 of file order_payflow_link.php.

◆ $payment

$payment = $objManager->create(Payment::class)

Definition at line 34 of file order_payflow_link.php.

◆ $quote

$quote = $objManager->create(CartInterface::class)

Definition at line 25 of file order_payflow_link.php.

◆ $quoteRepository

$quoteRepository = $objManager->get(CartRepositoryInterface::class)

Definition at line 30 of file order_payflow_link.php.

◆ $store

$store
Initial value:
= $objManager->get(StoreManagerInterface::class)
->getStore()

Definition at line 21 of file order_payflow_link.php.