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

Go to the source code of this file.

Variables

 $code = $block->escapeHtml($block->getMethodCode())
 
 $ccType = $block->getInfoData('cc_type')
 
 $ccExpYear = $block->getInfoData('cc_exp_year')
 
 $ccExpMonth = $block->getInfoData('cc_exp_month')
 

Variable Documentation

◆ $ccExpMonth

$ccExpMonth = $block->getInfoData('cc_exp_month')

Definition at line 13 of file form.phtml.

◆ $ccExpYear

$ccExpYear = $block->getInfoData('cc_exp_year')

Definition at line 12 of file form.phtml.

◆ $ccType

$ccType = $block->getInfoData('cc_type')

Definition at line 11 of file form.phtml.

◆ $code

$code = $block->escapeHtml($block->getMethodCode())

Definition at line 10 of file form.phtml.