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