You are here

protected property SerializedData::$data in REST Views 8

Same name and namespace in other branches
  1. 2.0.x src/SerializedData.php \Drupal\rest_views\SerializedData::data

The wrapped data.

Type: string

File

src/SerializedData.php, line 17

Class

SerializedData
Wrapper for passing serialized data through render arrays.

Namespace

Drupal\rest_views

Code

protected $data;