Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$_items = $block->getReviewsCollection()->getItems() | |
$format = $block->getDateFormat() ?: \IntlDateFormatter::SHORT | |
endif = $block->getChildHtml('toolbar') | |
endforeach = $block->escapeHtml($block->formatDate($_review->getCreatedAt(), $format)) | |
$_items = $block->getReviewsCollection()->getItems() |
Definition at line 11 of file list.phtml.
$format = $block->getDateFormat() ?: \IntlDateFormatter::SHORT |
Definition at line 12 of file list.phtml.
endforeach = $block->escapeHtml($block->formatDate($_review->getCreatedAt(), $format)) |
Definition at line 53 of file list.phtml.
endif = $block->getChildHtml('toolbar') |
Definition at line 42 of file list.phtml.