You are here

protected property Opml::$usesRowPlugin in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/style/Opml.php \Drupal\views\Plugin\views\style\Opml::usesRowPlugin

Whether or not this style uses a row plugin.

Type: bool

Overrides StylePluginBase::$usesRowPlugin

File

core/modules/views/src/Plugin/views/style/Opml.php, line 25

Class

Opml
Default style plugin to render an OPML feed.

Namespace

Drupal\views\Plugin\views\style

Code

protected $usesRowPlugin = TRUE;