Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Block.php
Go to the documentation of this file.
1 <?php
7 
11 class Block extends \Magento\Backend\Block\Widget\Grid\Container
12 {
16  protected function _construct()
17  {
18  $this->_blockGroup = 'Magento_Cms';
19  $this->_controller = 'adminhtml_block';
20  $this->_headerText = __('Static Blocks');
21  $this->_addButtonLabel = __('Add New Block');
22  parent::_construct();
23  }
24 }
__()
Definition: __.php:13