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

Go to the source code of this file.

Variables

foreach( $_products->getItems() as $_product)() ?>" title endforeach
 
 endif = $block->getPagerHtml()
 

Variable Documentation

◆ endforeach

foreach ($_products->getItems() as $_product) () ?>" title endforeach
Initial value:
="<?= /* @escapeNotVerified */ $block->stripTags($_product->getName(), null, true) ?>)"
class="product-item-link">
<?= $this->helper('Magento\Catalog\Helper\Output')->productAttribute($_product, $_product->getName(), 'name')
$_product
Definition: summary.phtml:12

Definition at line 18 of file new_names_list.phtml.

◆ endif

endif = $block->getPagerHtml()

Definition at line 30 of file new_names_list.phtml.