Smile\ElasticsuiteThesaurus\Controller\Adminhtml\AbstractThesaurus::_isAllowed PHP Method

_isAllowed() protected method

Check if allowed to manage thesaurus
protected _isAllowed ( ) : boolean
return boolean
    protected function _isAllowed()
    {
        return $this->_authorization->isAllowed('Smile_ElasticsuiteThesaurus::manage');
    }