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

Go to the source code of this file.

Variables

if(! $block->getCategory()) $_categories = $block->getCurrentChildCategories()
 
 $_count = is_array($_categories) ? count($_categories) : $_categories->count()
 
 endif = $_category->getProductCount()
 

Variable Documentation

◆ $_categories

if (! $block->getCategory()) $_categories = $block->getCurrentChildCategories()

Definition at line 18 of file left.phtml.

◆ $_count

$_count = is_array($_categories) ? count($_categories) : $_categories->count()

Definition at line 19 of file left.phtml.

◆ endif

endforeach endif = $_category->getProductCount()

Definition at line 36 of file left.phtml.