You are here

public function RowTest::render in Views (for Drupal 7) 8.3

Overrides Drupal\views\Plugin\views\row\RowPluginBase::render()

Overrides RowPluginBase::render

File

tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/row/RowTest.php, line 81
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 render($row) {
  return $this
    ->getOutput();
}