public function RowTest::getOutput in Views (for Drupal 7) 8.3
Returns the output property.
Return value
string
1 call to RowTest::getOutput()
- RowTest::render in tests/
views_test_data/ lib/ Drupal/ views_test_data/ Plugin/ views/ row/ RowTest.php - Overrides Drupal\views\Plugin\views\row\RowPluginBase::render()
File
- 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\rowCode
public function getOutput() {
return $this->output;
}