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