You are here

public function CommandWrapper::render in Ubercart 8.4

Return an array to be run through json_encode and sent to the client.

Overrides CommandInterface::render

File

uc_store/src/Ajax/CommandWrapper.php, line 32

Class

CommandWrapper
AJAX command wrapper for commands that have already been rendered.

Namespace

Drupal\uc_store\Ajax

Code

public function render() {
  return $this->command;
}