Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\AbstractIndexer::getStore PHP 메소드

getStore() 보호된 메소드

Get store by id.
protected getStore ( integer $storeId ) : Magento\Store\Api\Data\StoreInterface
$storeId integer Store id.
리턴 Magento\Store\Api\Data\StoreInterface
    protected function getStore($storeId)
    {
        return $this->storeManager->getStore($storeId);
    }