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

Go to the source code of this file.

Variables

 return ['reorder_sidebar'=> ['name_in_layout'=> 'sale.reorder.sidebar', 'class'=> \Magento\PersistentHistory\Model\Observer::class, 'method'=> 'initReorderSidebar', 'block_type'=> \Magento\Sales\Block\Reorder\Sidebar::class,], 'viewed_products'=> ['name_in_layout'=> 'left.reports.product.viewed', 'class'=> \Magento\PersistentHistory\Model\Observer::class, 'method'=> 'emulateViewedProductsBlock', 'block_type'=> \Magento\Sales\Block\Reorder\Sidebar::class,]]
 

Variable Documentation

◆ return

return[ 'reorder_sidebar'=> [ 'name_in_layout'=> 'sale.reorder.sidebar', 'class'=> \Magento\PersistentHistory\Model\Observer::class, 'method'=> 'initReorderSidebar', 'block_type'=> \Magento\Sales\Block\Reorder\Sidebar::class,], 'viewed_products'=> [ 'name_in_layout'=> 'left.reports.product.viewed', 'class'=> \Magento\PersistentHistory\Model\Observer::class, 'method'=> 'emulateViewedProductsBlock', 'block_type'=> \Magento\Sales\Block\Reorder\Sidebar::class,]]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 19 of file expectedBlocksArray.php.