function SetBrowserUrl::render

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

Overrides CommandInterface::render

File

core/modules/views/src/Ajax/SetBrowserUrl.php, line 26

Class

SetBrowserUrl
AJAX command that sets the browser URL without refreshing the page.

Namespace

Drupal\views\Ajax

Code

public function render() : array {
  return [
    'command' => 'setBrowserUrl',
    'url' => $this->url,
  ];
}

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