Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
expectedBlocksArray.php
Go to the documentation of this file.
1 <?php
6 return [
7  'reorder_sidebar' => [
8  'name_in_layout' => 'sale.reorder.sidebar',
9  'class' => \Magento\PersistentHistory\Model\Observer::class,
10  'method' => 'initReorderSidebar',
11  'block_type' => \Magento\Sales\Block\Reorder\Sidebar::class,
12  ],
13  'viewed_products' => [
14  'name_in_layout' => 'left.reports.product.viewed',
15  'class' => \Magento\PersistentHistory\Model\Observer::class,
16  'method' => 'emulateViewedProductsBlock',
17  'block_type' => \Magento\Sales\Block\Reorder\Sidebar::class,
18  ]
19 ];