Constructs a UuidResolver object.
\Drupal\Core\Entity\EntityRepositoryInterface $entity_repository: The entity repository.
public function __construct(EntityRepositoryInterface $entity_repository) { $this->entityRepository = $entity_repository; }