Smile\ElasticsuiteThesaurus\Api\ThesaurusRepositoryInterface::getById PHP Method

getById() public method

Retrieve a thesaurus by its ID
public getById ( integer $thesaurusId ) : Smile\ElasticsuiteThesaurus\Api\Data\ThesaurusInterface
$thesaurusId integer id of the thesaurus
return Smile\ElasticsuiteThesaurus\Api\Data\ThesaurusInterface
    public function getById($thesaurusId);
ThesaurusRepositoryInterface