You are here

protected property ResourceResponse::$responseData in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/ResourceResponse.php \Drupal\jsonapi\ResourceResponse::responseData

Response data that should be serialized.

Type: mixed

File

core/modules/jsonapi/src/ResourceResponse.php, line 34

Class

ResourceResponse
Contains data for serialization before sending the response.

Namespace

Drupal\jsonapi

Code

protected $responseData;