Smile\ElasticsuiteThesaurus\Block\Adminhtml\Thesaurus\Create::_construct PHP Method

_construct() protected method

Internal constructor
protected _construct ( ) : void
return void
    protected function _construct()
    {
        $this->_objectId = 'id';
        $this->_blockGroup = 'Smile_ElasticsuiteThesaurus';
        $this->_controller = 'adminhtml_thesaurus';
        parent::_construct();
        $this->buttonList->update('save', 'label', __('Create Thesaurus'));
    }