Smile\ElasticsuiteThesaurus\Block\Adminhtml\Thesaurus\Grid::_preparePage PHP Метод

_preparePage() защищенный Метод

Append custom filter for Store Id
protected _preparePage ( )
    protected function _preparePage()
    {
        parent::_preparePage();
        $this->getColumnSet()->getChildBlock('store_id')->setFilterConditionCallback([$this, 'filterStoreCondition']);
        $this->getColumnSet()->getChildBlock('thesaurus_terms_summary')->setFilterConditionCallback([$this, 'filterTermsCondition']);
    }