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