public function ViewsSimplechart::getRenderFields in Views Simple Chart 8
Render fields.
See also
template_preprocess_views_simplechart_graph()
File
- src/
Plugin/ views/ style/ ViewsSimplechart.php, line 121
Class
- ViewsSimplechart
- Style plugin to render each item in an ordered or unordered list.
Namespace
Drupal\views_simplechart\Plugin\views\styleCode
public function getRenderFields() {
return $this->rendered_fields;
}