Neos\ContentRepository\Domain\Service\ContextFactory::getIdentifier PHP Method

getIdentifier() protected method

Provides a way to identify a context to prevent duplicate context objects.
protected getIdentifier ( array $contextProperties ) : string
$contextProperties array
return string
    protected function getIdentifier(array $contextProperties)
    {
        return md5($this->securityContext->getContextHash() . $this->getIdentifierSource($contextProperties));
    }