public function RowTest::getOutput

Returns the output property.

Return value

string

1 call to RowTest::getOutput()
RowTest::render in drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/row/RowTest.php
Overrides Drupal\views\Plugin\views\row\RowPluginBase::render()

File

drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/row/RowTest.php, line 74
Definition of Drupal\views_test_data\Plugin\views\row\RowTest.

Class

RowTest
Provides a general test row plugin.

Namespace

Drupal\views_test_data\Plugin\views\row

Code

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