public function AjaxControllerInterface::route in Forena Reports 8
Route the requested action for the controller
Parameters
string $action: Indicates which action in the ajax controller is to be peformed.
1 call to AjaxControllerInterface::route()
- AjaxPageControllerBase::response in src/
Controller/ AjaxPageControllerBase.php - Return the response based on ajax pramters.
File
- src/
Controller/ AjaxControllerInterface.php, line 35
Class
Namespace
Drupal\forena\ControllerCode
public function route($action);