You are here

public function RenderableData::getData in REST Views 8

Same name and namespace in other branches
  1. 2.0.x src/RenderableData.php \Drupal\rest_views\RenderableData::getData()

Extract the render array.

Return value

mixed The render array.

File

src/RenderableData.php, line 64

Class

RenderableData
Wrapper for renderable data that will be rendered during normalization.

Namespace

Drupal\rest_views

Code

public function getData() {
  return $this->data;
}