You are here

public function JsResponse::__wakeup in JS Callback Handler 8.3

File

src/JsResponse.php, line 58

Class

JsResponse
JsResponse.

Namespace

Drupal\js

Code

public function __wakeup() {
  $this
    ->__traitWakeup();
  $this->data = Json::decode($this->content);
}