protected property StylePluginBase::$usesRowPlugin 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::usesRowPlugin
- 9 core/modules/views/src/Plugin/views/style/StylePluginBase.php \Drupal\views\Plugin\views\style\StylePluginBase::usesRowPlugin
Whether or not this style uses a row plugin.
Type: bool
File
- core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php, line 57
Class
- StylePluginBase
- Base class for views style plugins.
Namespace
Drupal\views\Plugin\views\styleCode
protected $usesRowPlugin = FALSE;