Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CartTotalsProcessor.php
Go to the documentation of this file.
1 <?php
7 
10 
12 {
16  public function process($jsLayout)
17  {
18  $totals = $jsLayout['components']['block-totals']['children'];
19  $jsLayout['components']['block-totals']['children'] = $this->sortTotals($totals);
20  return $jsLayout;
21  }
22 }
$totals
Definition: totalbar.phtml:10