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

Go to the source code of this file.

Variables

 $_linksPurchasedSeparately = $block->getLinksPurchasedSeparately()
 
 $_linksLength = 0
 
 $_isRequired = $block->getLinkSelectionRequired()
 
if( $_isRequired) echo ' required' ?><?php if(! $_linksPurchasedSeparately) echo ' downloads-no-separately' ?>"> <label class foreach ( $_links as $_link)if ($_linksPurchasedSeparately) ( $_isRequired) endif = $block->getJsonConfig()
 
 endforeach
 

Variable Documentation

◆ $_isRequired

$_isRequired = $block->getLinkSelectionRequired()

Definition at line 15 of file links.phtml.

◆ $_linksLength

$_linksLength = 0

Definition at line 14 of file links.phtml.

◆ $_linksPurchasedSeparately

$_linksPurchasedSeparately = $block->getLinksPurchasedSeparately()

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 11 of file links.phtml.

◆ endforeach

endforeach

Definition at line 49 of file links.phtml.

◆ endif

if ( $_isRequired) endif = $block->getJsonConfig()

Definition at line 29 of file links.phtml.