FluxBB\Web\UrlGenerator::canonical PHP Method

canonical() public method

public canonical ( )
    public function canonical()
    {
        $path = $this->router->getCurrentPath();
        return $this->request->getBaseUrl() . '/' . $path;
    }