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

Go to the source code of this file.

Variables

foreach( $block->getAvailableOrders() as $_key=> $_order)($block->isOrderCurrent($_key)) endforeach = $block->escapeHtml(__($_order))
 
if( $block->getCurrentDirection()=='desc')( 'Set Ascending Direction') ?>" href else
 

Variable Documentation

◆ else

if ($block->getCurrentDirection() == 'desc') ('Set Ascending Direction') ?>" href else
Initial value:
="#" class="action sorter-action sort-desc" data-role="direction-switcher" data-value="asc">
<span><?= __('Set Ascending Direction')
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition: block.php:9
__()
Definition: __.php:13

Definition at line 31 of file sorter.phtml.

◆ endforeach

foreach ($block->getAvailableOrders() as $_key => $_order) ( $block->isOrderCurrent( $_key)) endforeach = $block->escapeHtml(__($_order))

Definition at line 27 of file sorter.phtml.