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\jsCode
public function getData() {
return $this->data;
}