This event occurs when a view should rendered.
__construct(\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment, \ContaoCommunityAlliance\DcGeneral\Action $action, string $viewName, array $context)
stringThe view name.
arrayThe context attributes.
getContext() : array
arraygetResponse() : string
stringgetViewName() : string
stringsetContext(array $context) : static
arrayThe context attributes.
staticsetResponse(string $response) : \ContaoCommunityAlliance\DcGeneral\Event\ActionEvent
stringThe response.
$context : array
$response : string
$viewName : string