61 if ($this->map->isInMap($serialized_string)) {
62 return $this->map->getFromMap($serialized_string);
64 $identification = $this->serializer->unserialize($serialized_string);
65 $this->map->addToMap($identification);
67 return $identification;
An exception for terminatinating execution or to throw for unit testing.
fromSerializedString(string $serialized_string)
__construct(Provider $provider, SerializerInterface $serializer, IdentificationMap $map)
CoreIdentificationProvider constructor.
Interface IdentificationInterface.
Class IdentificationProviderInterface.
Interface SerializerInterface.