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