/** * Configuration constructor. * * @param ContainerInterface $container */ public function __construct(ContainerInterface $container) { parent::__construct($container); $this->ah = $this->getContainer()->get('itf.admin_helper'); $this->config = $this->getContainer()->getParameter('itf_admin'); // set bundle config $this->refreshConfig(); }
public function __construct(ContainerInterface $container) { parent::__construct($container); $this->fieldMappings = new ArrayCollection(); $this->qb_alias_reference = new ArrayCollection(); }