You are here

public function AjaxPageControllerBase::setEndCommand in Forena Reports 8

Set the final command to be run as part of the ajax replacment.

Parameters

object $command: AjaxCommand object. There doesn't appear to be a base ajax command type for drupal.

File

src/Controller/AjaxPageControllerBase.php, line 614

Class

AjaxPageControllerBase

Namespace

Drupal\forena\Controller

Code

public function setEndCommand($command) {
  $this->endCommand = $command;
}