|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $specificInfo = $block->getSpecificInformation() | |
| $title = $block->escapeHtml($block->getMethod()->getTitle()) | |
| if( $specificInfo)( $specificInfo as $label=> $value)( $label) ?></th >< td ><? | endforeach = nl2br($block->escapeHtml(implode("\n", $block->getValueAsArray($value, true)))) |
| endif | |
| $specificInfo = $block->getSpecificInformation() |
Definition at line 13 of file default.phtml.
| $title = $block->escapeHtml($block->getMethod()->getTitle()) |
Definition at line 14 of file default.phtml.
| if($specificInfo) ($specificInfo as $label => $value) ($label) ?></th> <td> <? endforeach = nl2br($block->escapeHtml(implode("\n", $block->getValueAsArray($value, true)))) |
Definition at line 18 of file default.phtml.
| endif |
Definition at line 32 of file default.phtml.