getProductCategoryContainer()->getRepositoryQuery(); } public function createEntity(string $entityFqcn) { return $this->getProductCategoryContainer()->getFactory()->create($this->getSectionCurrent()); } public function configureFields(string $pageName): iterable { return $this->getProductCategoryContainer()->getFieldDefinition() ->setMerchant($this->getMerchantCurrent()) ->setSection($this->getSectionCurrent()) ->getFields($pageName); } }