Networking\InitCmsBundle\Model\Page::getFullPath PHP Method

getFullPath() public method

public getFullPath ( ) : string
return string
    public function getFullPath()
    {
        return $this->getContentRoute()->getPath();
    }
Page