You are here

public function ViewFieldEventVariables::getOutput in Hook Event Dispatcher 8

Get the output.

Return value

\Drupal\views\Plugin\views\field\Markup Output.

File

src/Event/Preprocess/Variables/ViewFieldEventVariables.php, line 26

Class

ViewFieldEventVariables
Class ViewFieldEventVariables.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess\Variables

Code

public function getOutput() {
  return $this->variables['output'];
}