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

Go to the source code of this file.

Variables

 $_width = $block->getImagesWidth()
 
 $_height = $block->getImagesHeight()
 
if( $block->getFilesCount() > 0)( $block->getFiles() as $file)( $block->getFileId( $file)) ?>" data-size endif = $block->escapeHtmlAttr($block->getFileName($file))
 
 endforeach = $block->escapeHtml($block->getFileShortName($file))
 
else __pad0__
 

Variable Documentation

◆ $_height

$_height = $block->getImagesHeight()

Definition at line 12 of file files.phtml.

◆ $_width

$_width = $block->getImagesWidth()

Definition at line 11 of file files.phtml.

◆ __pad0__

else __pad0__

Definition at line 37 of file files.phtml.

◆ endforeach

endforeach = $block->escapeHtml($block->getFileShortName($file))

Definition at line 32 of file files.phtml.

◆ endif

if ($block->getFileWidth($file)) ($block->getFileWidth($file)) ?>x<? endif = $block->escapeHtmlAttr($block->getFileName($file))

Definition at line 26 of file files.phtml.