protected property 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

drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php, line 83
Definition of Drupal\views\Plugin\views\style\StylePluginBase.

Class

StylePluginBase
Base class to define a style plugin handler.

Namespace

Drupal\views\Plugin\views\style

Code

protected $rendered_fields;