* a NodeInterface instance if the target is a node or a node:// URI
* a string (in case the target is a plain text URI or an asset:// URI)
* NULL in case the shortcut cannot be resolved
public resolveShortcutTarget ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : Neos\ContentRepository\Domain\Model\NodeInterface | string | null | ||
$node | Neos\ContentRepository\Domain\Model\NodeInterface | |
return | Neos\ContentRepository\Domain\Model\NodeInterface | string | null |