public function AjaxControllerInterface::response in Forena Reports 8
Return the response to the ajax request.
Parameters
$action:
Return value
array|RedirectResponse
1 method overrides AjaxControllerInterface::response()
- AjaxPageControllerBase::response in src/
Controller/ AjaxPageControllerBase.php - Return the response based on ajax pramters.
File
- src/
Controller/ AjaxControllerInterface.php, line 42
Class
Namespace
Drupal\forena\ControllerCode
public function response($action);