You are here

protected property StylePluginBase::$rendered_fields in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::rendered_fields
  2. 10 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::rendered_fields

Stores the rendered field values, keyed by the row index and field name.

Type: array|null

See also

\Drupal\views\Plugin\views\style\StylePluginBase::renderFields()

\Drupal\views\Plugin\views\style\StylePluginBase::getField()

File

core/modules/views/src/Plugin/views/style/StylePluginBase.php, line 91

Class

StylePluginBase
Base class for views style plugins.

Namespace

Drupal\views\Plugin\views\style

Code

protected $rendered_fields;