get(NewsletterContainer::class) ->getFactory() ->setSection($this->getSectionCurrent()) ->create(); } public function configureFields(string $pageName): iterable { return $this->getNewsletterContainer()->getFieldDefinition() ->setMerchant($this->getMerchantCurrent()) ->setSection($this->getSectionCurrent()) ->getFields($pageName); } }