Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
default.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
12 $specificInfo = $block->getSpecificInformation();
13 ?>
14 <?= $block->escapeHtml($block->getMethod()->getTitle()) ?>
15 
16 <?php if ($specificInfo): ?>
17  <table class="data-table admin__table-secondary">
18  <?php foreach ($specificInfo as $label => $value):?>
19  <tr>
20  <th><?= $block->escapeHtml($label) ?>:</th>
21  <td>
22  <?= /* @noEscape */ nl2br($block->escapeHtml(implode("\n", $block->getValueAsArray($value, true)))) ?>
23  </td>
24  </tr>
25  <?php endforeach; ?>
26  </table>
27 <?php endif;?>
28 
29 <?= $block->getChildHtml() ?>
$block
Definition: block.php:8
endforeach
Definition: default.phtml:72
$label
Definition: details.phtml:21
$value
Definition: gender.phtml:16
if( $_item->getOrderItem() ->getParentItem())( $_item) ?><?php if( $_prevOptionId ! $_prevOptionId endif
Definition: default.phtml:41
$specificInfo
Definition: default.phtml:12