getPointSaleContainer() ->getFieldDefinition() ->getFields($pageName); } public function createEntity(string $entityFqcn) { return $this->get(PointSaleContainer::class) ->getFactory() ->create($this->getMerchantCurrent()); } }