entityManager = $entityManager; } public function process(Entity $entity, Params $params): void { $this->entityManager ->getRepository('Portal') ->loadUrlField($entity); } }