|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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 |
| if ($block->getCurrentDirection() == 'desc') ('Set Ascending Direction') ?>" href else |
Definition at line 31 of file sorter.phtml.
| foreach ($block->getAvailableOrders() as $_key => $_order) ( $block->isOrderCurrent( $_key)) endforeach = $block->escapeHtml(__($_order)) |
Definition at line 27 of file sorter.phtml.