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

Go to the source code of this file.

Variables

if( $block->isRequired()) echo ' required' ?>"> <label class if ( $block->isRequired()) endif = $block->escapeHtmlAttr(__('Gender'))
 
 $options = $block->getGenderOptions()
 
 $value = $block->getGender()
 

Variable Documentation

◆ $options

$options = $block->getGenderOptions()

Definition at line 15 of file gender.phtml.

◆ $value

$value = $block->getGender()

Definition at line 16 of file gender.phtml.

◆ endif

if ($block->isRequired()) echo ' required' ?>"> <label class if ( $block->isRequired()) endif = $block->escapeHtmlAttr(__('Gender'))

Definition at line 14 of file gender.phtml.