This event occurs when a view should rendered.
__construct(\ContaoCommunityAlliance\DcGeneral\EnvironmentInterface $environment, \ContaoCommunityAlliance\DcGeneral\Action $action, string $viewName, array $context)
string
The view name.
array
The context attributes.
getContext() : array
array
getResponse() : string
string
getViewName() : string
string
setContext(array $context) : static
array
The context attributes.
static
setResponse(string $response) : \ContaoCommunityAlliance\DcGeneral\Event\ActionEvent
string
The response.
$context : array
$response : string
$viewName : string