protected property DefaultStyle::$usesRowPlugin in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/style/DefaultStyle.php \Drupal\views\Plugin\views\style\DefaultStyle::usesRowPlugin
Whether or not this style uses a row plugin.
Type: bool
Overrides StylePluginBase::$usesRowPlugin
File
- core/
modules/ views/ src/ Plugin/ views/ style/ DefaultStyle.php, line 24
Class
- DefaultStyle
- Unformatted style plugin to render rows one after another with no decorations.
Namespace
Drupal\views\Plugin\views\styleCode
protected $usesRowPlugin = TRUE;