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

Go to the source code of this file.

Variables

 $columns = $block->getColumns()
 
if(count( $block->getItems())) ($block->getItems() as $item) ($item->getId()) ?>"> <div class = $column->setItem($item)->toHtml()
 
 endforeach
 
else __pad2__
 

Variable Documentation

◆ $columns

$columns = $block->getColumns()

Definition at line 12 of file list.phtml.

◆ ($block->getItems() as $item)

if(count($block->getItems())) ( $block->getItems() as $item)( $item->getId()) ?>"> <div class = $column->setItem($item)->toHtml()

Definition at line 22 of file list.phtml.

◆ __pad2__

else __pad2__

Definition at line 32 of file list.phtml.

◆ endforeach

endforeach

Definition at line 23 of file list.phtml.