26 protected $_template =
'Magento_Sales::order/info.phtml';
53 TemplateContext $context,
62 $this->_isScopePrivate =
true;
63 parent::__construct($context,
$data);
71 $this->pageConfig->getTitle()->set(
__(
'Order # %1', $this->
getOrder()->getRealOrderId()));
72 $infoBlock = $this->paymentHelper->getInfoBlock($this->
getOrder()->getPayment(), $this->
getLayout());
73 $this->
setChild(
'payment_info', $infoBlock);
91 return $this->coreRegistry->registry(
'current_order');
102 return $this->addressRenderer->format(
$address,
'html');
getFormattedAddress(Address $address)
__construct(TemplateContext $context, Registry $registry, PaymentHelper $paymentHelper, AddressRenderer $addressRenderer, array $data=[])
getChildHtml($alias='', $useCache=true)