Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function init($context)
 {
     foreach ($this->groupRepository->getList($this->searchCriteriaBuilder->create())->getItems() as $group) {
         $this->customerGroups[$group->getId()] = true;
     }
     return parent::init($context);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function init($context)
 {
     return parent::init($context);
 }