Neos\Neos\TypoScript\NodeUriImplementation::getAddQueryString PHP Method

getAddQueryString() public method

If TRUE, the current query parameters will be kept in the URI
public getAddQueryString ( ) : boolean
return boolean
    public function getAddQueryString()
    {
        return (bool) $this->tsValue('addQueryString');
    }