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

Go to the source code of this file.

Variables

 $agreementsCollection = $block->getAgreements()
 
 $agreementMappedArray = []
 
foreach($agreementsCollection as $agreement) $agreementJson = json_encode($agreementMappedArray)
 

Variable Documentation

◆ $agreementJson

foreach ( $agreementsCollection as $agreement) $agreementJson = json_encode($agreementMappedArray)

Definition at line 30 of file additional_agreements.phtml.

◆ $agreementMappedArray

$agreementMappedArray = []

Definition at line 18 of file additional_agreements.phtml.

◆ $agreementsCollection

$agreementsCollection = $block->getAgreements()

Definition at line 17 of file additional_agreements.phtml.