Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress::getFusionPath PHP Method

getFusionPath() public method

Get the fusion path
public getFusionPath ( ) : string
return string
    public function getFusionPath()
    {
        return $this->fusionPath;
    }