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

getContextPath() public method

Get the context path
public getContextPath ( ) : string
return string
    public function getContextPath()
    {
        return $this->contextPath;
    }