You are here

public property ViewExecutable::$rowPlugin in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/ViewExecutable.php \Drupal\views\ViewExecutable::rowPlugin

The current used row plugin, if the style plugin supports row plugins.

Type: \Drupal\views\Plugin\views\row\RowPluginBase

File

core/modules/views/src/ViewExecutable.php, line 229

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

public $rowPlugin;