You are here

public function ViewFieldEventVariables::getOutput in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/preprocess_event_dispatcher/src/Variables/ViewFieldEventVariables.php \Drupal\preprocess_event_dispatcher\Variables\ViewFieldEventVariables::getOutput()

Get the output.

Return value

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

File

modules/preprocess_event_dispatcher/src/Variables/ViewFieldEventVariables.php, line 31

Class

ViewFieldEventVariables
Class ViewFieldEventVariables.

Namespace

Drupal\preprocess_event_dispatcher\Variables

Code

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