protected property StylePluginBase::$rendered_fields in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::rendered_fields
- 9 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\styleCode
protected $rendered_fields;