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