PHP Class Neos\FluidAdaptor\Core\Widget\AbstractWidgetController

Basically, it is an ActionController, and it additionally has $this->widgetConfiguration set to the Configuration of the current Widget.
Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$widgetConfiguration array Configuration for this widget.

Public Methods

Method Description
processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void Handles a request. The result output is returned by altering the given response.

Method Details

processRequest() public method

Handles a request. The result output is returned by altering the given response.
public processRequest ( Neos\Flow\Mvc\RequestInterface $request, Neos\Flow\Mvc\ResponseInterface $response ) : void
$request Neos\Flow\Mvc\RequestInterface The request object
$response Neos\Flow\Mvc\ResponseInterface The response, modified by this handler
return void

Property Details

$widgetConfiguration protected property

Configuration for this widget.
protected array $widgetConfiguration
return array