public function AjaxPageControllerBase::clearCommands in Forena Reports 8
Clear the commnds from the ajax buffer.
File
- src/
Controller/ AjaxPageControllerBase.php, line 391
Class
Namespace
Drupal\forena\ControllerCode
public function clearCommands() {
$this->commands = [];
}