Smile\ElasticsuiteCatalog\Model\ResourceModel\Eav\Indexer\AbstractIndexer::getStore PHP Méthode

getStore() protected méthode

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