protected property ResourceResponse::$responseData in JSON:API 8
Same name and namespace in other branches
- 8.2 src/ResourceResponse.php \Drupal\jsonapi\ResourceResponse::responseData
Response data that should be serialized.
Type: mixed
File
- src/
ResourceResponse.php, line 30
Class
- ResourceResponse
- Contains data for serialization before sending the response.
Namespace
Drupal\jsonapiCode
protected $responseData;