Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Container.php
Go to the documentation of this file.
1 <?php
7 
12 class Container extends \Magento\Backend\Block\Widget\Grid\Container
13 {
19  protected function _construct()
20  {
21  $this->_controller = 'indexer';
22  $this->_blockGroup = 'Magento_Indexer';
23  $this->_headerText = __('Indexer Management');
24  parent::_construct();
25  $this->buttonList->remove('add');
26  }
27 }
__()
Definition: __.php:13