You are here

protected property ViewsRowsWrapper::$usesRowPlugin in Views Rows Wrapper 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/style/ViewsRowsWrapper.php \Drupal\views_rows_wrapper\Plugin\views\style\ViewsRowsWrapper::usesRowPlugin

Does this Style plugin allow Row plugins?

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

src/Plugin/views/style/ViewsRowsWrapper.php, line 29

Class

ViewsRowsWrapper
A Views style that renders markup for Bootstrap tabs.

Namespace

Drupal\views_rows_wrapper\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;