Smile\ElasticsuiteCore\Helper\IndexSettings::getStoreCode PHP Method

getStoreCode() private method

Retrieve the store code from object or store id.
private getStoreCode ( Magento\Store\Api\Data\StoreInterface | integer $store ) : string
$store Magento\Store\Api\Data\StoreInterface | integer The store or it's id.
return string
    private function getStoreCode($store)
    {
        return $this->getStore($store)->getCode();
    }