You are here

public function AjaxPageControllerBase::clearCommands in Forena Reports 8

Clear the commnds from the ajax buffer.

File

src/Controller/AjaxPageControllerBase.php, line 391

Class

AjaxPageControllerBase

Namespace

Drupal\forena\Controller

Code

public function clearCommands() {
  $this->commands = [];
}