FluidTYPO3\Flux\Controller\AbstractFluxController::initializeViewObject PHP 메소드

initializeViewObject() 보호된 메소드

protected initializeViewObject ( ) : void
리턴 void
    protected function initializeViewObject()
    {
        $row = $this->getRecord();
        $viewContext = $this->provider->getViewContext($row, $this->request);
        $controllerActionName = $this->provider->getControllerActionFromRecord($row);
        $this->view = $this->configurationService->getPreparedExposedTemplateView($viewContext);
    }