You are here

public function JsResponse::getData in JS Callback Handler 8.3

Retrieves the data set by the callback.

Return value

mixed The data set by the callback.

File

src/JsResponse.php, line 69

Class

JsResponse
JsResponse.

Namespace

Drupal\js

Code

public function getData() {
  return $this->data;
}