You are here

public function ViewFormatterTemplate::getRenderedFields in Field Formatter Template 8

Same name and namespace in other branches
  1. 8.2 modules/vff/src/Plugin/views/style/ViewFormatterTemplate.php \Drupal\vff\Plugin\views\style\ViewFormatterTemplate::getRenderedFields()

Get rendered fields.

Return value

array|null Return rendered field.

File

modules/vff/src/Plugin/views/style/ViewFormatterTemplate.php, line 144

Class

ViewFormatterTemplate
Style plugin to render each item in an ordered or unordered list.

Namespace

Drupal\vff\Plugin\views\style

Code

public function getRenderedFields() {
  return $this->rendered_fields;
}