You are here

protected property DefaultStyle::$usesRowPlugin in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/style/DefaultStyle.php \Drupal\views\Plugin\views\style\DefaultStyle::usesRowPlugin
  2. 9 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\style

Code

protected $usesRowPlugin = TRUE;