Neos\Fusion\TypoScriptObjects\TemplateImplementation::initializeView PHP Method

initializeView() protected method

This is a template method which can be overridden in subclasses to add new variables which should be available inside the Fluid template. It is needed e.g. for Expose.
protected initializeView ( FluidView $view ) : void
$view Neos\Fusion\TypoScriptObjects\Helpers\FluidView
return void
    protected function initializeView(Helpers\FluidView $view)
    {
        // template method
    }