Neos\Neos\Ui\Domain\Service\NodePropertyConversionService::convertReference PHP Method

convertReference() protected method

Convert raw value to reference
protected convertReference ( string $rawValue, TYPO3\TYPO3CR\Domain\Service\Context $context ) : TYPO3\TYPO3CR\Domain\Model\NodeInterface
$rawValue string
$context TYPO3\TYPO3CR\Domain\Service\Context
return TYPO3\TYPO3CR\Domain\Model\NodeInterface
    protected function convertReference($rawValue, Context $context)
    {
        return $context->getNodeByIdentifier($nodePropertyValue);
    }