示例#1
0
 /**
  * Retrieve current store Id
  *
  * @return int
  */
 public function getStoreId()
 {
     return $this->storeManager->getStore()->getId();
 }