コード例 #1
0
ファイル: Data.php プロジェクト: smile-sa/elasticsuite
 /**
  * Retrieve current store Id
  *
  * @return int
  */
 public function getStoreId()
 {
     return $this->storeManager->getStore()->getId();
 }