Neos\FluidAdaptor\Tests\Functional\Core\Fixtures\ViewHelpers\RedirectViewHelper::render PHP Method

render() public method

The actual render method does nothing more than initiating the sub request which invokes the controller.
public render ( ) : string
return string
    public function render()
    {
        return $this->initiateSubRequest();
    }
RedirectViewHelper