property StylePluginBase::$row_plugin

Contains the row plugin, if it's initialized and the style itself supports it.

Type: views_plugin_row

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php, line 49
Definition of Drupal\views\Plugin\views\style\StylePluginBase.

Class

StylePluginBase
Base class to define a style plugin handler.

Namespace

Drupal\views\Plugin\views\style

Code

var $row_plugin;