You are here

protected property DefaultStyle::$usesRowPlugin in Views (for Drupal 7) 8.3

Does the style plugin allows to use style plugins.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

lib/Drupal/views/Plugin/views/style/DefaultStyle.php, line 34
Definition of Drupal\views\Plugin\views\style\DefaultStyle.

Class

DefaultStyle
Unformatted style plugin to render rows one after another with no decorations.

Namespace

Drupal\views\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;