Smile\ElasticsuiteTracker\Block\Config::getStoreId PHP Method

getStoreId() public method

Return the tracked store id.
public getStoreId ( ) : integer
return integer
    public function getStoreId()
    {
        return $this->trackerHelper->getStoreId();
    }