public function SerializedData::getData in REST Views 2.0.x
Same name and namespace in other branches
- 8 src/SerializedData.php \Drupal\rest_views\SerializedData::getData()
Extract the wrapped data.
Return value
mixed The wrapped data.
File
- src/
SerializedData.php, line 64
Class
- SerializedData
- Wrapper for passing serialized data through render arrays.
Namespace
Drupal\rest_viewsCode
public function getData() {
return $this->data;
}