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

_construct() protected method

Init Form properties
protected _construct ( ) : void
return void
    protected function _construct()
    {
        parent::_construct();
        $this->setId('thesaurus_create_form');
        $this->setTitle(__('Create a Thesaurus'));
    }