Author: Romain Ruaud (romain.ruaud@smile.fr)
Inheritance: extends Magento\Framework\App\Helper\AbstractHelper
Example #1
0
 /**
  * Return the tracked store id.
  *
  * @return int
  */
 public function getStoreId()
 {
     return $this->trackerHelper->getStoreId();
 }