Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
skip_blocks_ce.php
Go to the documentation of this file.
1 <?php
10 return [
11  // Blocks with abstract constructor arguments
12  \Magento\Email\Block\Adminhtml\Template::class,
13  \Magento\Email\Block\Adminhtml\Template\Edit::class,
14  \Magento\Config\Block\System\Config\Edit::class,
15  \Magento\Config\Block\System\Config\Form::class,
16  \Magento\Config\Block\System\Config\Tabs::class,
17  \Magento\Review\Block\Form::class,
18  \Magento\Braintree\Block\Form::class,
19  \Magento\Braintree\Block\Payment::class,
20  // Fails because of dependence on registry
21  \Magento\Reminder\Block\Adminhtml\Reminder\Edit\Tab\Customers::class,
22  \Magento\LayeredNavigation\Block\Navigation::class,
23  \Magento\LayeredNavigation\Block\Navigation\State::class
24 ];