You are here

public function AjaxPageControllerBase::addCommand in Forena Reports 8

\Add an ajax controller command to the stack.

Parameters

$command:

File

src/Controller/AjaxPageControllerBase.php, line 384

Class

AjaxPageControllerBase

Namespace

Drupal\forena\Controller

Code

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