You are here

public function ViewsPostRenderEvent::getOutput in Hook Event Dispatcher 8

Get the output string.

Return value

string A flat string with the rendered output of the view.

File

src/Event/Views/ViewsPostRenderEvent.php, line 60

Class

ViewsPostRenderEvent
Class ViewsPostRenderEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Views

Code

public function &getOutput() {
  return $this->output;
}