function TriggerPreviewCommand::render

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

Overrides CommandInterface::render

File

core/modules/views/src/Ajax/TriggerPreviewCommand.php, line 17

Class

TriggerPreviewCommand
Provides an AJAX command for triggering the views live preview.

Namespace

Drupal\views\Ajax

Code

public function render() {
  return [
    'command' => 'viewsTriggerPreview',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.