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