Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getDefaultStoreView()
 {
     $result = $this->decoratedStoreManager->getDefaultStoreView();
     $this->dispatchInitCurrentStoreAfterEvent();
     return $result;
 }